chore(cnpg): Create tos objectstore
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
{{- if eq .Values.cluster "oceanbox"}}
|
||||||
|
apiVersion: barmancloud.cnpg.io/v1
|
||||||
|
kind: ObjectStore
|
||||||
|
metadata:
|
||||||
|
name: tos-store
|
||||||
|
spec:
|
||||||
|
configuration:
|
||||||
|
destinationPath: s3://cnpg
|
||||||
|
endpointURL: http://10.255.241.30:30080
|
||||||
|
s3Credentials:
|
||||||
|
accessKeyId:
|
||||||
|
name: cnpg-s3
|
||||||
|
key: access_key
|
||||||
|
secretAccessKey:
|
||||||
|
name: cnpg-s3
|
||||||
|
key: access_secret
|
||||||
|
wal:
|
||||||
|
compression: snappy
|
||||||
|
{{- end}}
|
||||||
Reference in New Issue
Block a user