sso-kustom/resources/hydra-dispatcher/resources/hydra-dispatcher-deployment.yaml

37 lines
858 B
YAML
Raw Normal View History

2023-01-25 20:27:27 +01:00
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
io.kompose.service: hydra-dispatcher
name: hydra-dispatcher
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: hydra-dispatcher
strategy:
type: Recreate
template:
metadata:
labels:
io.kompose.service: hydra-dispatcher
spec:
containers:
- name: hydra-dispatcher
2023-06-28 10:14:26 +02:00
image: reg.cadoles.com/cadoles/hydra-dispatcher:808658d-symfony-containers
envFrom:
- configMapRef:
name: hydra-dispatcher-env
volumeMounts:
- mountPath: /var/www/config/hydra
name: hydra-dispatcher-apps
ports:
- containerPort: 80
resources: {}
2023-01-25 20:27:27 +01:00
restartPolicy: Always
volumes:
- name: hydra-dispatcher-apps
configMap:
name: hydra-dispatcher-apps