Skip to content

Commit 7ffa2da

Browse files
authored
Merge pull request #2 from cybertec-postgresql/dev
update to 1.9 (cpo 0.5.0)
2 parents c92b7c3 + 99dd31a commit 7ffa2da

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

setup/helm/operator/templates/postgresql-operator-configuration.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ configuration:
2020
resync_period: 30m
2121
repair_period: 5m
2222
# set_memory_request_to_limit: false
23-
sidecars:
24-
- env:
25-
- name: DATA_SOURCE_NAME
26-
value: >-
27-
postgresql://postgres_exporter:password@localhost:5432/postgres?sslmode=disable
28-
image: 'docker.io/schmaetz/postgres-exporter:rocky-0.2.19'
29-
name: postgres-exporter
30-
ports:
31-
- containerPort: 9187
32-
name: http
33-
protocol: TCP
23+
#sidecars:
24+
# - env:
25+
# - name: DATA_SOURCE_NAME
26+
# value: >-
27+
# postgresql://postgres_exporter:password@localhost:5432/postgres?sslmode=disable
28+
# image: 'docker.io/schmaetz/postgres-exporter:rocky-0.2.19'
29+
# name: postgres-exporter
30+
# ports:
31+
# - containerPort: 9187
32+
# name: http
33+
# protocol: TCP
3434
workers: 8
3535
users:
3636
# additional_owner_roles:

0 commit comments

Comments
 (0)