fup dispatcher version
This commit is contained in:
parent
49fd89c7bf
commit
e5ced6ddf9
@ -19,14 +19,6 @@ configMapGenerator:
|
||||
- COOKIE_PATH=/
|
||||
- DEFAULT_LOCALE=fr
|
||||
- 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
|
||||
files:
|
||||
- ./files/hydra/default.yaml
|
||||
|
@ -17,20 +17,20 @@ spec:
|
||||
io.kompose.service: hydra-dispatcher
|
||||
spec:
|
||||
containers:
|
||||
- name: hydra-dispatcher
|
||||
image: reg.cadoles.com/cadoles/hydra-dispatcher-v1:v0.0.0-177-gbf1868c
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: hydra-dispatcher-env
|
||||
volumeMounts:
|
||||
- mountPath: /var/www/config/hydra
|
||||
name: hydra-dispatcher-apps
|
||||
ports:
|
||||
- containerPort: 80
|
||||
resources: {}
|
||||
- name: hydra-dispatcher
|
||||
image: reg.cadoles.com/cadoles/hydra-dispatcher-v1:v0.0.0-207-g603691b+git
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: hydra-dispatcher-env
|
||||
volumeMounts:
|
||||
- mountPath: /var/www/config/hydra
|
||||
name: hydra-dispatcher-apps
|
||||
ports:
|
||||
- containerPort: 80
|
||||
resources: {}
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: hydra-dispatcher-apps
|
||||
configMap:
|
||||
name: hydra-dispatcher-apps
|
||||
|
||||
- name: hydra-dispatcher-apps
|
||||
configMap:
|
||||
name: hydra-dispatcher-apps
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user