Skip to content

Commit

Permalink
grooming config
Browse files Browse the repository at this point in the history
  • Loading branch information
delgod committed Mar 14, 2019
1 parent f91fd1c commit 6391656
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions deploy/cr.yaml
Expand Up @@ -5,9 +5,9 @@ metadata:
spec:
pause: false
#platform: openshift
image: percona/percona-server-mongodb-operator:0.3.0-mongod4.0
# imagePullSecrets:
# - name: private-registry-credentials
image: percona/percona-server-mongodb-operator:0.3.0-mongod4.0.6
# imagePullSecrets:
# - name: private-registry-credentials
imagePullPolicy: Always
secrets:
key: my-cluster-name-mongodb-key
Expand Down Expand Up @@ -74,10 +74,10 @@ spec:
mode: slowOp
slowOpThresholdMs: 100
rateLimit: 100
#auditLog:
# destination: file
# format: BSON
# filter: '{}'
# auditLog:
# destination: file
# format: BSON
# filter: '{}'
backup:
enabled: true
debug: true
Expand All @@ -101,13 +101,13 @@ spec:
bucket: S3-BACKUP-BUCKET-NAME-HERE
credentialsSecret: my-cluster-name-backup-s3
region: us-west-2
#minio:
# type: s3
# s3:
# bucket: MINIO-BACKUP-BUCKET-NAME-HERE
# region: us-west-1
# credentialsSecret: my-cluster-name-backup-minio
# endpointUrl: http://minio.psmdb.svc.cluster.local:9000/minio/
# minio:
# type: s3
# s3:
# bucket: MINIO-BACKUP-BUCKET-NAME-HERE
# region: us-west-1
# credentialsSecret: my-cluster-name-backup-minio
# endpointUrl: http://minio.psmdb.svc.cluster.local:9000/minio/
tasks:
- name: daily-s3-us-west
enabled: true
Expand Down

0 comments on commit 6391656

Please sign in to comment.