feat: removed unused configuration on ingresses

This commit is contained in:
auricom
2022-07-02 19:58:32 +02:00
parent 804e4ff077
commit 78df35d804
24 changed files with 1 additions and 53 deletions

View File

@@ -90,8 +90,6 @@ spec:
annotations:
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}"
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
# traefik.ingress.kubernetes.io/router.middlewares: networking-forward-auth@kubernetescrd
hosts:
- host: "blackbox.${SECRET_CLUSTER_DOMAIN}"
paths:
@@ -100,7 +98,6 @@ spec:
tls:
- hosts:
- "blackbox.${SECRET_CLUSTER_DOMAIN}"
secretName: "${SECRET_CLUSTER_CERTIFICATE_DEFAULT}"
postRenderers:
- kustomize: