2023-02-01 14:02:39 +01:00
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
io.kompose.service: hydra-oidc
|
|
|
|
name: hydra-oidc
|
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
io.kompose.service: hydra-oidc
|
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
io.kompose.service: hydra-oidc
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: hydra-oidc
|
2023-06-28 10:14:26 +02:00
|
|
|
image: reg.cadoles.com/cadoles/hydra-oidc:86ef32a-symfony-containers
|
2023-02-01 14:02:39 +01:00
|
|
|
envFrom:
|
|
|
|
- configMapRef:
|
|
|
|
name: hydra-oidc-env
|
|
|
|
ports:
|
|
|
|
- containerPort: 80
|
|
|
|
resources: {}
|
|
|
|
restartPolicy: Always
|
2023-06-28 10:14:26 +02:00
|
|
|
|