disable old ingress

This commit is contained in:
2024-08-21 23:24:17 -05:00
parent ba39d77e6e
commit 1aec2bdcf6
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ authentik:
serviceMonitor:
enabled: true
ingress:
enabled: true
enabled: false
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"

View File

@@ -21,7 +21,7 @@ vault:
cpu: 100m
memory: 256Mi
ingress:
enabled: true
enabled: false
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"