fup dispatcher version

This commit is contained in:
Philippe Caseiro 2023-04-20 11:46:36 +02:00
parent 49fd89c7bf
commit e5ced6ddf9
2 changed files with 15 additions and 23 deletions

View File

@ -19,14 +19,6 @@ configMapGenerator:
- COOKIE_PATH=/ - COOKIE_PATH=/
- DEFAULT_LOCALE=fr - DEFAULT_LOCALE=fr
- APP_LOCALES=fr,en - APP_LOCALES=fr,en
- name: hydra-dispatcher-apps-env
literals:
- HYDRA_DISPATCHER_FRANCE_CONNECT_LOGIN_URL=http://myapp.lan/auth/oidc/login
- HYDRA_DISPATCHER_FRANCE_CONNECT_CONSENT_URL=http://myapp.lan/auth/oidc/consent
- HYDRA_DISPATCHER_FRANCE_CONNECT_LOGOUT_URL=http://myapp.lan/auth/oidc/logout
- HYDRA_DISPATCHER_SAML_LOGIN_URL=http://myapp.lan/auth/saml/login
- HYDRA_DISPATCHER_SAML_CONSENT_URL=http://myapp.lan/auth/saml/consent
- HYDRA_DISPATCHER_SAML_LOGOUT_URL=http://myapp.lan/auth/saml/logout
- name: hydra-dispatcher-apps - name: hydra-dispatcher-apps
files: files:
- ./files/hydra/default.yaml - ./files/hydra/default.yaml

View File

@ -17,20 +17,20 @@ spec:
io.kompose.service: hydra-dispatcher io.kompose.service: hydra-dispatcher
spec: spec:
containers: containers:
- name: hydra-dispatcher - name: hydra-dispatcher
image: reg.cadoles.com/cadoles/hydra-dispatcher-v1:v0.0.0-177-gbf1868c image: reg.cadoles.com/cadoles/hydra-dispatcher-v1:v0.0.0-207-g603691b+git
envFrom: envFrom:
- configMapRef: - configMapRef:
name: hydra-dispatcher-env name: hydra-dispatcher-env
volumeMounts: volumeMounts:
- mountPath: /var/www/config/hydra - mountPath: /var/www/config/hydra
name: hydra-dispatcher-apps name: hydra-dispatcher-apps
ports: ports:
- containerPort: 80 - containerPort: 80
resources: {} resources: {}
restartPolicy: Always restartPolicy: Always
volumes: volumes:
- name: hydra-dispatcher-apps - name: hydra-dispatcher-apps
configMap: configMap:
name: hydra-dispatcher-apps name: hydra-dispatcher-apps