From ad6f12db8066cc7e09335825db028dbe40ef6a58 Mon Sep 17 00:00:00 2001 From: Nick Adam Date: Sun, 18 Jan 2026 02:15:46 +0100 Subject: [PATCH] added new docker settings for traefik --- infrastructure/longhorn/values.yaml | 2 -- infrastructure/seaweedfs-app.yaml | 2 -- 2 files changed, 4 deletions(-) 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