From 99dd31a41c19d446edef39f496485253c28885ff Mon Sep 17 00:00:00 2001 From: matthias Date: Tue, 2 May 2023 10:18:45 +0200 Subject: [PATCH] update to 1.9 (cpo 0.5.0) --- .../postgresql-operator-configuration.yaml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/setup/helm/operator/templates/postgresql-operator-configuration.yaml b/setup/helm/operator/templates/postgresql-operator-configuration.yaml index e9dc639..9be763b 100644 --- a/setup/helm/operator/templates/postgresql-operator-configuration.yaml +++ b/setup/helm/operator/templates/postgresql-operator-configuration.yaml @@ -20,17 +20,17 @@ configuration: resync_period: 30m repair_period: 5m # set_memory_request_to_limit: false - sidecars: - - env: - - name: DATA_SOURCE_NAME - value: >- - postgresql://postgres_exporter:password@localhost:5432/postgres?sslmode=disable - image: 'docker.io/schmaetz/postgres-exporter:rocky-0.2.19' - name: postgres-exporter - ports: - - containerPort: 9187 - name: http - protocol: TCP + #sidecars: + # - env: + # - name: DATA_SOURCE_NAME + # value: >- + # postgresql://postgres_exporter:password@localhost:5432/postgres?sslmode=disable + # image: 'docker.io/schmaetz/postgres-exporter:rocky-0.2.19' + # name: postgres-exporter + # ports: + # - containerPort: 9187 + # name: http + # protocol: TCP workers: 8 users: # additional_owner_roles: