Update ingress configurations to use 'websecure' entrypoint
This commit is contained in:
parent
a58abc94ed
commit
7b57a18e2e
@ -34,12 +34,12 @@ spec:
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
ingress:
|
||||
ingressClassName: traefik
|
||||
enabled: true
|
||||
hosts:
|
||||
- authentik.noxxos.nl
|
||||
- auth.noxxos.nl
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
volumes:
|
||||
- name: postgres-creds
|
||||
secret:
|
||||
|
||||
@ -40,7 +40,7 @@ spec:
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
hosts:
|
||||
- grafana.noxxos.nl
|
||||
grafana.ini:
|
||||
@ -64,7 +64,7 @@ spec:
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
hosts:
|
||||
- prometheus.noxxos.nl
|
||||
serviceMonitor:
|
||||
|
||||
@ -26,7 +26,7 @@ spec:
|
||||
ingress:
|
||||
dashboard:
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
host:
|
||||
name: ceph.noxxos.nl
|
||||
path: /
|
||||
@ -193,7 +193,7 @@ spec:
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
host:
|
||||
name: s3.noxxos.nl
|
||||
path: /
|
||||
|
||||
Loading…
Reference in New Issue
Block a user