mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-24 17:44:23 +00:00
Fix velero helm repo reference
This commit is contained in:
@@ -12,17 +12,12 @@ spec:
|
|||||||
version: 8.2.0
|
version: 8.2.0
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: vmware-tanzu
|
name: velero-helm-repo
|
||||||
namespace: velero
|
namespace: velero
|
||||||
values:
|
values:
|
||||||
# Deploy restic daemon set for volume backup
|
|
||||||
deployRestic: true
|
deployRestic: true
|
||||||
|
|
||||||
# Configuration settings
|
|
||||||
configuration:
|
configuration:
|
||||||
provider: aws
|
provider: aws
|
||||||
|
|
||||||
# Configure backup storage location
|
|
||||||
backupStorageLocation:
|
backupStorageLocation:
|
||||||
name: default
|
name: default
|
||||||
provider: aws
|
provider: aws
|
||||||
@@ -34,7 +29,6 @@ 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
|
||||||
|
|
||||||
# Use restic for all pod volumes by default
|
|
||||||
defaultVolumesToRestic: true
|
defaultVolumesToRestic: true
|
||||||
|
|
||||||
# Backup schedules
|
# Backup schedules
|
||||||
@@ -53,7 +47,6 @@ spec:
|
|||||||
type: scheduled
|
type: scheduled
|
||||||
period: daily
|
period: daily
|
||||||
|
|
||||||
# Resource requests and limits
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 200m
|
cpu: 200m
|
||||||
@@ -62,11 +55,9 @@ spec:
|
|||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|
||||||
# Credentials from a pre-existing secret
|
|
||||||
credentials:
|
credentials:
|
||||||
existingSecret: velero-s3-credentials
|
existingSecret: velero-s3-credentials
|
||||||
|
|
||||||
# Configure restic settings
|
|
||||||
restic:
|
restic:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
@@ -76,7 +67,6 @@ spec:
|
|||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
|
|
||||||
# Configure init containers resources
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: velero-plugin-for-aws
|
- name: velero-plugin-for-aws
|
||||||
image: velero/velero-plugin-for-aws:v1.11.1
|
image: velero/velero-plugin-for-aws:v1.11.1
|
||||||
|
|||||||
Reference in New Issue
Block a user