mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-22 05:39:51 +00:00
fix(ingress-nginx): TZ envvar, publish k8s svc status
Signed-off-by: JJGadgets <git@jjgadgets.tech>
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
||||
replicaCount: 3
|
||||
extraEnvs:
|
||||
- name: TZ
|
||||
value: Asia/Singapore
|
||||
value: ${CONFIG_TZ}
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
service:
|
||||
enabled: false
|
||||
@@ -29,8 +29,6 @@ spec:
|
||||
https: 443
|
||||
internalhttp: 42080
|
||||
internalhttps: 42443
|
||||
publishService:
|
||||
enabled: true
|
||||
extraArgs:
|
||||
publish-status-address: "${APP_IP_NGINX}"
|
||||
default-ssl-certificate: ingress/short-domain-tls
|
||||
|
||||
Reference in New Issue
Block a user