Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -31,6 +31,13 @@ spec:
|
||||
values:
|
||||
credentials:
|
||||
s3:
|
||||
type: s3
|
||||
url: "${S3URL}"
|
||||
bucket: "${S3PREFIX}-hass"
|
||||
accessKey: "${S3ID}"
|
||||
secretKey: "${S3KEY}"
|
||||
encrKey: "${S3KEY}"
|
||||
b2:
|
||||
type: s3
|
||||
url: "${S3URL}"
|
||||
bucket: "${S3PREFIX}-vaultwarden"
|
||||
@@ -98,7 +105,7 @@ spec:
|
||||
- ReadWriteMany
|
||||
storageClass: ceph-filesystem-nvme-3
|
||||
volsync:
|
||||
- name: b2
|
||||
- name: s3
|
||||
type: restic
|
||||
credentials: s3
|
||||
dest:
|
||||
@@ -109,6 +116,17 @@ spec:
|
||||
volumeSnapshotClassName: csi-ceph-filesystem
|
||||
storageClassName: ceph-filesystem-nvme-3
|
||||
enabled: true
|
||||
- name: b2
|
||||
type: restic
|
||||
credentials: b2
|
||||
dest:
|
||||
volumeSnapshotClassName: csi-ceph-filesystem
|
||||
storageClassName: ceph-filesystem-nvme-3
|
||||
enabled: true
|
||||
src:
|
||||
volumeSnapshotClassName: csi-ceph-filesystem
|
||||
storageClassName: ceph-filesystem-nvme-3
|
||||
enabled: true
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user