[Skip-CI] Update Env-Vars

This commit is contained in:
erik 2023-01-25 09:54:07 +01:00
parent 49e96a579d
commit 9175c46f48
3 changed files with 4 additions and 4 deletions

View file

@ -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)))))))

View file

@ -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