Skip to content

Commit d128048

Browse files
committed
fix glance URLs
1 parent 51769f9 commit d128048

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

kubernetes/apps/observability/glance/app/config/glance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pages:
3939
icon: di:pi-hole
4040
- title: Glance
4141
url: https://home.${SECRET_EXTERNAL_DOMAIN}
42-
check-url: http://glance.glance.svc.cluster.local:8080
42+
check-url: http://glance.observability.svc.cluster.local:8080
4343
icon: di:glance
4444
- title: Linkwarden
4545
url: https://bookmarks.${SECRET_EXTERNAL_DOMAIN}

kubernetes/apps/observability/glance/app/ingress-route.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ spec:
1212
routes:
1313
- match: Host(`home.${SECRET_EXTERNAL_DOMAIN}`)
1414
kind: Rule
15-
middlewares:
16-
- name: authentik-forwardauth
17-
namespace: observability
1815
services:
1916
- name: glance
2017
port: 8080

kubernetes/apps/observability/glance/app/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resources:
99
- ./ingress-route.yaml
1010
configMapGenerator:
1111
- name: glance-configmap
12-
namespace: glance
12+
namespace: observability
1313
files:
1414
- ./config/glance.yml
1515
generatorOptions:

0 commit comments

Comments
 (0)