From 05a4f30d35b2e9407491de8e6cebef93f286e303 Mon Sep 17 00:00:00 2001 From: Nick Adam Date: Fri, 16 Jan 2026 23:58:08 +0100 Subject: [PATCH] fix: seaweedfs ui --- infrastructure/seaweedfs-app.yaml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/infrastructure/seaweedfs-app.yaml b/infrastructure/seaweedfs-app.yaml index fd19208..e85d3d6 100644 --- a/infrastructure/seaweedfs-app.yaml +++ b/infrastructure/seaweedfs-app.yaml @@ -36,11 +36,8 @@ spec: className: traefik annotations: | cert-manager.io/cluster-issuer: letsencrypt-prod - hosts: - - host: filer.seaweedfs.apps.internal.k3s.stabify.de - paths: - - path: / - pathType: Prefix + # Chart erwartet 'host' als String, nicht als Liste! + host: filer.seaweedfs.apps.internal.k3s.stabify.de tls: - secretName: seaweedfs-filer-tls hosts: @@ -55,11 +52,8 @@ spec: className: traefik annotations: | cert-manager.io/cluster-issuer: letsencrypt-prod - hosts: - - host: s3.apps.internal.k3s.stabify.de - paths: - - path: / - pathType: Prefix + # Chart erwartet 'host' als String, nicht als Liste! + host: s3.apps.internal.k3s.stabify.de tls: - secretName: seaweedfs-s3-tls hosts: