modified: infrastructure/seaweedfs-app.yaml

This commit is contained in:
2026-01-15 16:01:09 +01:00
parent cc71d1b631
commit 5e1a098429

View File

@@ -13,13 +13,10 @@ spec:
targetRevision: 3.59.0 targetRevision: 3.59.0
helm: helm:
values: | values: |
image: # Wir nutzen imageOverride, um Template-Probleme zu umgehen
registry: "docker.io"
repository: "chrislusf/seaweedfs"
tag: "4.06"
volume: volume:
replicas: 3 replicas: 3
imageOverride: "chrislusf/seaweedfs:4.06"
persistence: persistence:
enabled: true enabled: true
size: 10Gi size: 10Gi
@@ -28,14 +25,15 @@ spec:
master: master:
replicas: 3 replicas: 3
imageOverride: "chrislusf/seaweedfs:4.06"
resources: {} resources: {}
filer: filer:
replicas: 2 replicas: 2
imageOverride: "chrislusf/seaweedfs:4.06"
ingress: ingress:
enabled: true enabled: true
className: traefik className: traefik
# Chart expects annotations as string.
annotations: | annotations: |
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
hosts: hosts:
@@ -51,10 +49,10 @@ spec:
s3: s3:
enabled: true enabled: true
replicas: 2 replicas: 2
imageOverride: "chrislusf/seaweedfs:4.06"
ingress: ingress:
enabled: true enabled: true
className: traefik className: traefik
# Chart expects annotations as string.
annotations: | annotations: |
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
hosts: hosts: