[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)
|
||||
(kc/generate-secret auth)
|
||||
(kc/generate-service)
|
||||
(kc/generate-deployment)]
|
||||
(kc/generate-deployment config)]
|
||||
(kc/generate-ingress config)
|
||||
(when (:contains? config :mon-cfg)
|
||||
(mon/generate (:mon-cfg config) (:mon-auth auth)))))))
|
||||
|
|
|
@ -26,11 +26,11 @@ spec:
|
|||
mountPath: /etc/certs
|
||||
readOnly: true
|
||||
env:
|
||||
- name: HTTPS_CERTIFICATE_FILE
|
||||
- name: KC_HTTPS_CERTIFICATE_FILE
|
||||
value: /etc/certs/tls.crt
|
||||
- name: HTTPS_CERTIFICATE_KEY_FILE
|
||||
- name: KC_HTTPS_CERTIFICATE_KEY_FILE
|
||||
value: /etc/certs/tls.key
|
||||
- name: HOSTNAME
|
||||
- name: KC_HOSTNAME
|
||||
value: FQDN
|
||||
- name: DB_VENDOR
|
||||
value: POSTGRES
|
||||
|
|
Loading…
Reference in a new issue