diff --git a/infrastructure/longhorn/values.yaml b/infrastructure/longhorn/values.yaml index 74ab741..f946cba 100644 --- a/infrastructure/longhorn/values.yaml +++ b/infrastructure/longhorn/values.yaml @@ -16,7 +16,5 @@ longhorn: host: longhorn.apps.internal.k3s.stabify.de annotations: cert-manager.io/cluster-issuer: letsencrypt-prod - # IP-Whitelist temporär entfernt für Tests - # traefik.ingress.kubernetes.io/router.middlewares: traefik-system-ipwhitelist-internal@kubernetescrd tls: true tlsSecret: longhorn-tls diff --git a/infrastructure/seaweedfs-app.yaml b/infrastructure/seaweedfs-app.yaml index 82af43e..b8e6ab8 100644 --- a/infrastructure/seaweedfs-app.yaml +++ b/infrastructure/seaweedfs-app.yaml @@ -38,7 +38,6 @@ spec: className: traefik annotations: | cert-manager.io/cluster-issuer: letsencrypt-prod - traefik.ingress.kubernetes.io/router.middlewares: traefik-system-ipwhitelist-internal@kubernetescrd host: filer.seaweedfs.apps.internal.k3s.stabify.de tls: - secretName: seaweedfs-filer-tls @@ -54,7 +53,6 @@ spec: className: traefik annotations: | cert-manager.io/cluster-issuer: letsencrypt-prod - traefik.ingress.kubernetes.io/router.middlewares: traefik-system-ipwhitelist-internal@kubernetescrd host: s3.apps.internal.k3s.stabify.de tls: - secretName: seaweedfs-s3-tls