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:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: chrislusf/seaweedfs
|
||||
registry: "docker.io/" # Mit Slash erzwingen
|
||||
repository: "chrislusf/seaweedfs"
|
||||
tag: "3.59"
|
||||
|
||||
volume:
|
||||
@@ -21,7 +21,6 @@ seaweedfs:
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
# Achtung: Chart erwartet Annotations als String!
|
||||
annotations: |
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
hosts:
|
||||
@@ -40,7 +39,6 @@ seaweedfs:
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
# Achtung: Chart erwartet Annotations als String!
|
||||
annotations: |
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
hosts:
|
||||
|
||||
Reference in New Issue
Block a user