bitnami-containers/bitnami/laravel/test.yaml

23 lines
418 B
YAML

## This is test deployment for Kubernetes platforms.
## This is _not_ intended to be use in producction.
##
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: test
name: test-laravel
spec:
replicas: 1
selector:
matchLabels:
app: test
template:
metadata:
labels:
app: test
spec:
containers:
- image: bitnami/laravel
name: test-image