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