Skip to content

Commit

Permalink
refactor: update gatus ingress configuration to use internal domain
Browse files Browse the repository at this point in the history
  • Loading branch information
axeII committed Jul 4, 2024
1 parent b85a6bc commit 7d69d08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes/apps/monitoring/gatus/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7d69d08

Please sign in to comment.