Skip to content

Commit 43c32f0

Browse files
committed
fix: CNPG object storage endpint URL (#1812)
(cherry picked from commit 3b79846)
1 parent 2339084 commit 43c32f0

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

charts/otomi-db/templates/cluster.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ spec:
4646
secretAccessKey:
4747
name: minio-creds
4848
key: MINIO_SECRET_KEY
49+
wal:
50+
compression: gzip
51+
data:
52+
compression: gzip
4953
{{- end }}
5054
{{- if eq .Values.backup.type "linode" }}
5155
backup:
@@ -60,6 +64,10 @@ spec:
6064
secretAccessKey:
6165
name: linode-creds
6266
key: S3_STORAGE_KEY
67+
wal:
68+
compression: gzip
69+
data:
70+
compression: gzip
6371
{{- end }}
6472
{{- end }}
6573

values/gitea/gitea-otomi-db.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ backup:
2424
{{- if eq $obj.type "linode" }}
2525
linode:
2626
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
2828
{{- end }}
2929
{{- end }}
3030
{{- end }}

values/harbor/harbor-otomi-db.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ backup:
2323
{{- if eq $obj.type "linode" }}
2424
linode:
2525
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
2727
{{- end }}
2828
{{- end }}
2929
{{- end }}

values/keycloak/keycloak-otomi-db.gotmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ backup:
2424
{{- if eq $obj.type "linode" }}
2525
linode:
2626
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
2828
{{- end }}
2929
{{- end }}
3030
{{- end }}

0 commit comments

Comments
 (0)