Skip to content

Commit

Permalink
Removed extra commented lines
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Singh <[email protected]>
  • Loading branch information
tarunsinghot committed Dec 24, 2024
1 parent 99ef8db commit 0cf050b
Showing 1 changed file with 0 additions and 61 deletions.
61 changes: 0 additions & 61 deletions charts/pg-operator-db/values.yaml
Original file line number Diff line number Diff line change
@@ -1,64 +1,3 @@
# pg-operator:
# enabled: true
# pg-db:
# enabled: true
# users:
# - name: rhino
# databases:
# - zoo
# options: "NOSUPERUSER"
# password:
# type: ASCII
# secretName: "rhino-credentials"
# instances:
# - name: instance1
# replicas: 2
# dataVolumeClaimSpec:
# # storageClassName: default
# accessModes:
# - ReadWriteOnce
# resources:
# requests:
# storage: 1Gi
# pmm:
# enabled: false
# image:
# repository: percona/pmm-client
# tag: 2.42.0
# # imagePullPolicy: IfNotPresent
# secret: cluster1-pmm-secret
# serverHost: monitoring-service
# # resources:
# # requests:
# # memory: 200M
# # cpu: 500m
# proxy:
# pgBouncer:
# replicas: 2
# config:
# global:
# client_tls_sslmode: prefer
# patroni:
# # Some values of the Liveness/Readiness probes of the patroni container are calulated using syncPeriodSeconds by the following formulas:
# # - timeoutSeconds: syncPeriodSeconds / 2;
# # - periodSeconds: syncPeriodSeconds;
# # - failureThreshold: leaderLeaseDurationSeconds / syncPeriodSeconds.
# syncPeriodSeconds: 10
# leaderLeaseDurationSeconds: 30
# dynamicConfiguration:
# postgresql:
# parameters:
# max_parallel_workers: 2
# max_worker_processes: 2
# shared_buffers: 1GB
# work_mem: 2MB
# pg_hba:
# - host all mytest 123.123.123.123/32 reject
# switchover:
# enabled: "true"
# targetInstance: ""


pg-operator:
enabled: true
# Default values for pg-operator.
Expand Down

0 comments on commit 0cf050b

Please sign in to comment.