[Skip-CI] Update Env-Vars
This commit is contained in:
parent
49e96a579d
commit
9175c46f48
3 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@
|
||||||
(postgres/generate-service)
|
(postgres/generate-service)
|
||||||
(kc/generate-secret auth)
|
(kc/generate-secret auth)
|
||||||
(kc/generate-service)
|
(kc/generate-service)
|
||||||
(kc/generate-deployment)]
|
(kc/generate-deployment config)]
|
||||||
(kc/generate-ingress config)
|
(kc/generate-ingress config)
|
||||||
(when (:contains? config :mon-cfg)
|
(when (:contains? config :mon-cfg)
|
||||||
(mon/generate (:mon-cfg config) (:mon-auth auth)))))))
|
(mon/generate (:mon-cfg config) (:mon-auth auth)))))))
|
||||||
|
|
|
@ -26,11 +26,11 @@ spec:
|
||||||
mountPath: /etc/certs
|
mountPath: /etc/certs
|
||||||
readOnly: true
|
readOnly: true
|
||||||
env:
|
env:
|
||||||
- name: HTTPS_CERTIFICATE_FILE
|
- name: KC_HTTPS_CERTIFICATE_FILE
|
||||||
value: /etc/certs/tls.crt
|
value: /etc/certs/tls.crt
|
||||||
- name: HTTPS_CERTIFICATE_KEY_FILE
|
- name: KC_HTTPS_CERTIFICATE_KEY_FILE
|
||||||
value: /etc/certs/tls.key
|
value: /etc/certs/tls.key
|
||||||
- name: HOSTNAME
|
- name: KC_HOSTNAME
|
||||||
value: FQDN
|
value: FQDN
|
||||||
- name: DB_VENDOR
|
- name: DB_VENDOR
|
||||||
value: POSTGRES
|
value: POSTGRES
|
||||||
|
|
Loading…
Reference in a new issue