Move health to nginx

This commit is contained in:
Micke Nordin 2024-06-24 10:57:47 +02:00
parent 4cbeee1a32
commit 8927c853ba
2 changed files with 2 additions and 4 deletions

View file

@ -5,20 +5,18 @@ metadata:
name: health-ingress
namespace: health
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
kubernetes.io/ingress.class: nginx
spec:
defaultBackend:
service:
name: health-node
port:
number: 8443
ingressClassName: traefik
ingressClassName: nginx
tls:
- hosts:
- kube.drive.test.sunet.se
secretName: tls-secret
rules:
- host: kube.drive.test.sunet.se
http: