add mon
This commit is contained in:
24
charts/postgres-operator-ui/templates/s3-secret.yaml
Normal file
24
charts/postgres-operator-ui/templates/s3-secret.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: logical-backup-secrets
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
app.kubernetes.io/name: {{ template "postgres-operator-ui.name" . }}
|
||||
helm.sh/chart: {{ template "postgres-operator-ui.chart" . }}
|
||||
app.kubernetes.io/managed-by: {{ .Release.Service }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- with .Values.service.annotations }}
|
||||
annotations:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
stringData:
|
||||
LOGICAL_BACKUP_PROVIDER: s3
|
||||
LOGICAL_BACKUP_S3_ENDPOINT: https://s3-nsk.bildme.ru
|
||||
LOGICAL_BACKUP_S3_REGION: ru-nsk
|
||||
LOGICAL_BACKUP_S3_BUCKET: zalando-backups
|
||||
LOGICAL_BACKUP_S3_BUCKET_PREFIX: ''
|
||||
LOGICAL_BACKUP_S3_RETENTION_TIME: '2 week'
|
||||
LOGICAL_BACKUP_S3_SSE: ''
|
||||
AWS_ACCESS_KEY_ID: zalando-user
|
||||
AWS_SECRET_ACCESS_KEY: C7oMRPqifdHRgNJMfmPKoNhyw
|
Reference in New Issue
Block a user