mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
Fix velero values
This commit is contained in:
@@ -15,11 +15,10 @@ spec:
|
|||||||
name: velero-helm-repo
|
name: velero-helm-repo
|
||||||
namespace: velero
|
namespace: velero
|
||||||
values:
|
values:
|
||||||
deployRestic: true
|
deploNodeAgent: true
|
||||||
configuration:
|
configuration:
|
||||||
provider: aws
|
|
||||||
backupStorageLocation:
|
backupStorageLocation:
|
||||||
name: default
|
- name: default
|
||||||
provider: aws
|
provider: aws
|
||||||
default: true
|
default: true
|
||||||
bucket: ${VELERO_BUCKET}
|
bucket: ${VELERO_BUCKET}
|
||||||
@@ -29,7 +28,7 @@ spec:
|
|||||||
s3Url: https://s3.fr-par.scw.cloud
|
s3Url: https://s3.fr-par.scw.cloud
|
||||||
publicUrl: https://s3.fr-par.scw.cloud
|
publicUrl: https://s3.fr-par.scw.cloud
|
||||||
|
|
||||||
defaultVolumesToRestic: true
|
defaultVolumesToFsBackup: true
|
||||||
|
|
||||||
# Backup schedules
|
# Backup schedules
|
||||||
schedules:
|
schedules:
|
||||||
@@ -58,7 +57,7 @@ spec:
|
|||||||
credentials:
|
credentials:
|
||||||
existingSecret: velero-s3-credentials
|
existingSecret: velero-s3-credentials
|
||||||
|
|
||||||
restic:
|
nodeAgent:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|||||||
Reference in New Issue
Block a user