Skip to content

Commit 8f5384a

Browse files
committed
fix: switch endpoint groups
1 parent 3dee783 commit 8f5384a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

kubernetes/apps/network/echo-server/app/gatus.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ metadata:
77
spec:
88
endpoint:
99
name: *name
10+
group: external
11+
ui:
12+
hide-url: true
13+
hide-hostname: true
1014
url: https://echo-server.${SECRET_DOMAIN}
1115
interval: 1m

kubernetes/apps/observability/grafana/app/gatus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
endpoint:
99
name: grafana
10-
group: guarded
10+
group: external
1111
ui:
1212
hide-url: true
1313
hide-hostname: true

kubernetes/apps/observability/grafana/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ spec:
181181
enabled: true
182182
ingress:
183183
enabled: true
184-
ingressClassName: internal
184+
ingressClassName: external
185185
hosts: ["grafana.${SECRET_DOMAIN}"]
186186
pathType: Prefix
187187
persistence:

0 commit comments

Comments
 (0)