Utilisation images symfony-containers

This commit is contained in:
Matthieu Lamalle 2023-06-28 10:14:26 +02:00 committed by William Petit
parent c4998279d5
commit a56089efe5
4 changed files with 8 additions and 4 deletions

View File

@ -10,6 +10,8 @@ configMapGenerator:
literals:
- APP_ENV=prod
- APP_DEBUG=false
- PHP_FPM_MEMORY_LIMIT=256m
- NGINX_APP_SERVER_LISTEN=80
- HYDRA_ADMIN_BASE_URL=http://hydra-dispatcher
- OIC_AUTHORIZE_ENDPOINT=https://oidc-idp/api/v1/authorize
- OIDC_TOKEN_ENDPOINT=https://oidc-idp/api/v1/token
@ -34,4 +36,4 @@ patchesJson6902:
version: v1
kind: ConfigMap
name: hydra-dispatcher-env
path: patches/hydra-dispatcher-env.yaml
path: patches/hydra-dispatcher-env.yaml

View File

@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: hydra-oidc
image: reg.cadoles.com/cadoles/hydra-oidc-v1:v0.0.0-170-g485b138
image: reg.cadoles.com/cadoles/hydra-oidc:86ef32a-symfony-containers
envFrom:
- configMapRef:
name: hydra-oidc-env
@ -26,4 +26,4 @@ spec:
- containerPort: 80
resources: {}
restartPolicy: Always

View File

@ -10,6 +10,8 @@ configMapGenerator:
literals:
- APP_ENV=prod
- APP_DEBUG=false
- PHP_FPM_MEMORY_LIMIT=256m
- NGINX_APP_SERVER_LISTEN=80
- HYDRA_BASE_URL=http://hydra:4444
- HYDRA_ADMIN_BASE_URL=http://hydra:4445
- HYDRA_REWRITE_ISSUER=yes

View File

@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: hydra-dispatcher
image: reg.cadoles.com/cadoles/hydra-dispatcher-v1:v0.0.0-238-g7236416
image: reg.cadoles.com/cadoles/hydra-dispatcher:808658d-symfony-containers
envFrom:
- configMapRef:
name: hydra-dispatcher-env