fix: pass ingress annotations as string block for seaweedfs chart

This commit is contained in:
2026-01-15 15:06:12 +01:00
parent 9e5c565156
commit 1bb36f813a

View File

@@ -2,7 +2,7 @@ seaweedfs:
image:
registry: docker.io
repository: chrislusf/seaweedfs
tag: "3.59" # String!
tag: "3.59"
volume:
replicas: 3
@@ -10,18 +10,19 @@ seaweedfs:
enabled: true
size: 10Gi
storageClass: longhorn
# resources: {} # Lassen wir erstmal weg, um den Fehler zu isolieren
resources: {}
master:
replicas: 3
# resources: {}
resources: {}
filer:
replicas: 2
ingress:
enabled: true
className: traefik
annotations:
# Achtung: Chart erwartet Annotations als String!
annotations: |
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: filer.seaweedfs.apps.internal.k3s.stabify.de
@@ -39,7 +40,8 @@ seaweedfs:
ingress:
enabled: true
className: traefik
annotations:
# Achtung: Chart erwartet Annotations als String!
annotations: |
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: s3.apps.internal.k3s.stabify.de