File tree 4 files changed +19
-18
lines changed
charts/otomi-db/templates
4 files changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -70,16 +70,16 @@ spec:
70
70
{{- if eq .Values.backup.type "s3" }}
71
71
backup :
72
72
retentionPolicy : {{ .Values.backup.retentionPolicy }}
73
- barmanObjectStore :
74
- destinationPath : s3://{{ .Values.backup.s3.bucket }}
75
- endpointURL : {{ .Values.backup.endpointURL }}
76
- s3Credentials :
77
- accessKeyId :
78
- name : s3-creds
79
- key : S3_STORAGE_ACCOUNT
80
- secretAccessKey :
81
- name : s3-creds
82
- key : S3_STORAGE_KEY
73
+ barmanObjectStore :
74
+ destinationPath : s3://{{ .Values.backup.s3.bucket }}
75
+ endpointURL : {{ .Values.backup.s3 .endpointURL }}
76
+ s3Credentials :
77
+ accessKeyId :
78
+ name : s3-creds
79
+ key : S3_STORAGE_ACCOUNT
80
+ secretAccessKey :
81
+ name : s3-creds
82
+ key : S3_STORAGE_KEY
83
83
{{- end }}
84
84
{{- if eq .Values.backup.type "gcs" }}
85
85
backup :
Original file line number Diff line number Diff line change 3
3
resources :
4
4
limits :
5
5
cpu : 1000m
6
- memory : 1000Mi
6
+ memory : 512Mi
7
7
requests :
8
8
cpu : 100m
9
9
memory : 200Mi
10
10
storage :
11
- azure :
12
- accountName : name
13
- containerName : database
14
- type : azure
11
+ s3 :
12
+ accessKeyId : 2C2F1864-3ADB-4D06-8F77-C82CAB6F0415
13
+ bucket : databases/
14
+ s3Url : https://nl-ams-1.linodeobjects.com
15
+ type : s3
Original file line number Diff line number Diff line change 1
1
apps :
2
2
cnpg :
3
3
storage :
4
- azure :
5
- accountKey : anAccountKey
4
+ s3 :
5
+ secretAccessKey : superdupersecretacceskey
Original file line number Diff line number Diff line change 76
76
platformBackups :
77
77
database :
78
78
harbor :
79
- enabled : false
79
+ enabled : true
80
80
retentionPolicy : 7d
81
81
schedule : 0 0 0 * * *
82
82
persistentVolumes :
You can’t perform that action at this time.
0 commit comments