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