File tree Expand file tree Collapse file tree 9 files changed +20
-21
lines changed Expand file tree Collapse file tree 9 files changed +20
-21
lines changed Original file line number Diff line number Diff line change 4343 - get
4444 - list
4545 - patch
46- - watch # needed if zalando-postgres-operator account is used for pods as well
46+ - watch # needed if zalando-postgres-operator account is used for pods as well
4747- apiGroups :
4848 - " "
4949 resources :
7676 verbs :
7777 - get
7878 - list
79- - update # only for resizing AWS volumes
79+ - update # only for resizing AWS volumes
8080- apiGroups :
8181 - " "
8282 resources :
@@ -145,7 +145,7 @@ rules:
145145- apiGroups :
146146 - batch
147147 resources :
148- - cronjobs # enables logical backups
148+ - cronjobs # enables logical backups
149149 verbs :
150150 - create
151151 - delete
Original file line number Diff line number Diff line change 11image :
22 registry : registry.opensource.zalan.do
33 repository : acid/postgres-operator
4- tag : v1.1.0-54-g3a914f9
4+ tag : v1.2.0
55 pullPolicy : " IfNotPresent"
66
77# Optionally specify an array of imagePullSecrets.
@@ -98,7 +98,7 @@ configKubernetes:
9898 # whether the Spilo container should run in privileged mode
9999 spilo_privileged : false
100100 # operator watches for postgres objects in the given namespace
101- watched_namespace : " *" # listen to all namespaces
101+ watched_namespace : " *" # listen to all namespaces
102102
103103# configure resource requests for the Postgres pods
104104configPostgresPodResources :
Original file line number Diff line number Diff line change 11image :
22 registry : registry.opensource.zalan.do
33 repository : acid/postgres-operator
4- tag : v1.1.0-54-g3a914f9
4+ tag : v1.2.0
55 pullPolicy : " IfNotPresent"
66
77# Optionally specify an array of imagePullSecrets.
@@ -94,7 +94,7 @@ configKubernetes:
9494 # whether the Spilo container should run in privileged mode
9595 spilo_privileged : " false"
9696 # operator watches for postgres objects in the given namespace
97- watched_namespace : " *" # listen to all namespaces
97+ watched_namespace : " *" # listen to all namespaces
9898
9999# configure resource requests for the Postgres pods
100100configPostgresPodResources :
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ spec:
1313 size : 1Gi
1414# storageClass: my-sc
1515 numberOfInstances : 2
16- users : # Application/Robot users
16+ users : # Application/Robot users
1717 zalando :
1818 - superuser
1919 - createdb
2020 enableMasterLoadBalancer : true
2121 enableReplicaLoadBalancer : true
22- allowedSourceRanges : # load balancers' source ranges for both master and replica services
22+ allowedSourceRanges : # load balancers' source ranges for both master and replica services
2323 - 127.0.0.1/32
2424 databases :
2525 foo : zalando
@@ -66,14 +66,14 @@ spec:
6666# clone:
6767# uid: "efd12e58-5786-11e8-b5a7-06148230260c"
6868# cluster: "acid-batman"
69- # timestamp: "2017-12-19T12:40:33+01:00" # timezone required (offset relative to UTC, see RFC 3339 section 5.6)
69+ # timestamp: "2017-12-19T12:40:33+01:00" # timezone required (offset relative to UTC, see RFC 3339 section 5.6)
7070# s3_wal_path: "s3://custom/path/to/bucket"
7171
7272# run periodic backups with k8s cron jobs
7373# enableLogicalBackup: true
7474# logicalBackupSchedule: "30 00 * * *"
7575 maintenanceWindows :
76- - 01:00-06:00 # UTC
76+ - 01:00-06:00 # UTC
7777 - Sat:00:00-04:00
7878# sidecars:
7979# - name: "telegraf-sidecar"
Original file line number Diff line number Diff line change 7676 # teams_api_url: http://fake-teams-api.default.svc.cluster.local
7777 # toleration: ""
7878 # wal_s3_bucket: ""
79- watched_namespace : " *" # listen to all namespaces
79+ watched_namespace : " *" # listen to all namespaces
8080 workers : " 4"
Original file line number Diff line number Diff line change 99 size : 1Gi
1010 numberOfInstances : 2
1111 users :
12- zalando : # database owner
12+ zalando : # database owner
1313 - superuser
1414 - createdb
15- foo_user : [] # role for application foo
15+ foo_user : [] # role for application foo
1616 databases :
17- foo : zalando # dbname: owner
17+ foo : zalando # dbname: owner
1818 postgresql :
1919 version : " 10"
Original file line number Diff line number Diff line change 4444 - get
4545 - list
4646 - patch
47- - watch # needed if zalando-postgres-operator account is used for pods as well
47+ - watch # needed if zalando-postgres-operator account is used for pods as well
4848- apiGroups :
4949 - " "
5050 resources :
7777 verbs :
7878 - get
7979 - list
80- - update # only for resizing AWS volumes
80+ - update # only for resizing AWS volumes
8181- apiGroups :
8282 - " "
8383 resources :
@@ -146,7 +146,7 @@ rules:
146146- apiGroups :
147147 - batch
148148 resources :
149- - cronjobs # enables logical backups
149+ - cronjobs # enables logical backups
150150 verbs :
151151 - create
152152 - delete
Original file line number Diff line number Diff line change 1515 serviceAccountName : zalando-postgres-operator
1616 containers :
1717 - name : postgres-operator
18- image : registry.opensource.zalan.do/acid/smoke-tested- postgres-operator:v1.0.0-37-g2422d72
18+ image : registry.opensource.zalan.do/acid/postgres-operator:v1.2.0
1919 imagePullPolicy : IfNotPresent
2020 resources :
2121 requests :
Original file line number Diff line number Diff line change 1-
21apiVersion : " acid.zalan.do/v1"
32kind : postgresql
43metadata :
1615 s3_wal_path : " s3://path/to/bucket/containing/wal/of/source/cluster/"
1716
1817 maintenanceWindows :
19- - 01:00-06:00 # UTC
18+ - 01:00-06:00 # UTC
2019 - Sat:00:00-04:00
You can’t perform that action at this time.
0 commit comments