Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -37,13 +37,6 @@ spec:
|
|||||||
accessKey: "${S3ID_TC}"
|
accessKey: "${S3ID_TC}"
|
||||||
secretKey: "${S3KEY_TC}"
|
secretKey: "${S3KEY_TC}"
|
||||||
encrKey: "${S3KEY_TC}"
|
encrKey: "${S3KEY_TC}"
|
||||||
b2:
|
|
||||||
type: s3
|
|
||||||
url: "${S3URL_BB}"
|
|
||||||
bucket: "${S3PREFIX_BB}-vaultwarden"
|
|
||||||
accessKey: "${S3ID_BB}"
|
|
||||||
secretKey: "${S3KEY_BB}"
|
|
||||||
encrKey: "${S3KEY_BB}"
|
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
@@ -105,17 +98,6 @@ spec:
|
|||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
storageClass: ceph-filesystem
|
storageClass: ceph-filesystem
|
||||||
volsync:
|
volsync:
|
||||||
- name: s3-bb
|
|
||||||
type: restic
|
|
||||||
credentials: b2
|
|
||||||
dest:
|
|
||||||
volumeSnapshotClassName: csi-ceph-filesystem
|
|
||||||
storageClassName: ceph-filesystem
|
|
||||||
enabled: false
|
|
||||||
src:
|
|
||||||
volumeSnapshotClassName: csi-ceph-filesystem
|
|
||||||
storageClassName: ceph-filesystem
|
|
||||||
enabled: true
|
|
||||||
- name: b2
|
- name: b2
|
||||||
type: restic
|
type: restic
|
||||||
credentials: s3
|
credentials: s3
|
||||||
|
|||||||
Reference in New Issue
Block a user