diff --git a/kubernetes/apps/monitoring/gatus/app/helmrelease.yaml b/kubernetes/apps/monitoring/gatus/app/helmrelease.yaml index e13f345ba..566bc7a47 100644 --- a/kubernetes/apps/monitoring/gatus/app/helmrelease.yaml +++ b/kubernetes/apps/monitoring/gatus/app/helmrelease.yaml @@ -94,19 +94,19 @@ spec: runAsGroup: 1000 ingress: app: - className: external + className: internal annotations: gatus.io/path: *path hajimari.io/icon: simple-icons:statuspage - hajimari.io/url: https://status.${PUBLIC_DOMAIN} + hajimari.io/url: https://status.${SECRET_DOMAIN} hosts: - - host: &host "{{ .Release.Name }}.${PUBLIC_DOMAIN}" + - host: &host "{{ .Release.Name }}.${SECRET_DOMAIN}" paths: &paths - path: / service: identifier: app port: http - - host: &customHost status.${PUBLIC_DOMAIN} + - host: &customHost status.${SECRET_DOMAIN} paths: *paths tls: - hosts: