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