File tree 4 files changed +11
-3
lines changed
charts/otomi-db/templates
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 46
46
secretAccessKey :
47
47
name : minio-creds
48
48
key : MINIO_SECRET_KEY
49
+ wal :
50
+ compression : gzip
51
+ data :
52
+ compression : gzip
49
53
{{- end }}
50
54
{{- if eq .Values.backup.type "linode" }}
51
55
backup :
60
64
secretAccessKey :
61
65
name : linode-creds
62
66
key : S3_STORAGE_KEY
67
+ wal :
68
+ compression : gzip
69
+ data :
70
+ compression : gzip
63
71
{{- end }}
64
72
{{- end }}
65
73
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ backup:
24
24
{{- if eq $obj.type "linode" }}
25
25
linode:
26
26
destinationPath: "s3://{{ $obj.linode.buckets.cnpg }}/gitea"
27
- endpointURL: https://{{ $obj.linode.buckets.cnpg }}.{{ $obj.linode. region }}.linodeobjects.com
27
+ endpointURL: https://{{ $obj.linode.region }}.linodeobjects.com
28
28
{{- end }}
29
29
{{- end }}
30
30
{{- end }}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ backup:
23
23
{{- if eq $obj.type "linode" }}
24
24
linode:
25
25
destinationPath: "s3://{{ $obj.linode.buckets.cnpg }}/harbor"
26
- endpointURL: https://{{ $obj.linode.buckets.cnpg }}.{{ $obj.linode. region }}.linodeobjects.com
26
+ endpointURL: https://{{ $obj.linode.region }}.linodeobjects.com
27
27
{{- end }}
28
28
{{- end }}
29
29
{{- end }}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ backup:
24
24
{{- if eq $obj.type "linode" }}
25
25
linode:
26
26
destinationPath: "s3://{{ $obj.linode.buckets.cnpg }}/keycloak"
27
- endpointURL: https://{{ $obj.linode.buckets.cnpg }}.{{ $obj.linode. region }}.linodeobjects.com
27
+ endpointURL: https://{{ $obj.linode.region }}.linodeobjects.com
28
28
{{- end }}
29
29
{{- end }}
30
30
{{- end }}
You can’t perform that action at this time.
0 commit comments