fix: add placeholder config to longhorn-config to fix git path
This commit is contained in:
8
infrastructure/longhorn/config/backup-config.yaml
Normal file
8
infrastructure/longhorn/config/backup-config.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: longhorn-backup-config
|
||||||
|
namespace: longhorn-system
|
||||||
|
data:
|
||||||
|
# Platzhalter Config
|
||||||
|
backup-target: ""
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
seaweedfs:
|
seaweedfs:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: "docker.io/" # Mit Slash erzwingen
|
||||||
repository: chrislusf/seaweedfs
|
repository: "chrislusf/seaweedfs"
|
||||||
tag: "3.59"
|
tag: "3.59"
|
||||||
|
|
||||||
volume:
|
volume:
|
||||||
@@ -21,7 +21,6 @@ seaweedfs:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
className: traefik
|
||||||
# Achtung: Chart erwartet Annotations als String!
|
|
||||||
annotations: |
|
annotations: |
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
hosts:
|
hosts:
|
||||||
@@ -40,7 +39,6 @@ seaweedfs:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: traefik
|
className: traefik
|
||||||
# Achtung: Chart erwartet Annotations als String!
|
|
||||||
annotations: |
|
annotations: |
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
hosts:
|
hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user