You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
792 B
48 lines
792 B
#version: postgresql-ha, 11.9.4-1
|
|
global:
|
|
imageRegistry: ""
|
|
|
|
postgresql:
|
|
username: postgres
|
|
existingSecret: "demo01-postgre3-infisicalsecret"
|
|
|
|
maxConnections: "100"
|
|
sharedPreloadLibraries: "repmgr, pgaudit, pg_stat_statements, pgoutput"
|
|
|
|
extendedConf: |-
|
|
wal_level = logical
|
|
max_replication_slots = 4
|
|
max_wal_senders = 4
|
|
|
|
replicaCount: 1
|
|
|
|
extraEnvVars:
|
|
- name: TZ
|
|
value: Asia/Seoul
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 512Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 1024Mi
|
|
|
|
tolerations: []
|
|
|
|
nodeSelector: {}
|
|
|
|
pgpool:
|
|
existingSecret: "demo01-postgre3-infisicalsecret"
|
|
|
|
replicaCount: 0
|
|
|
|
persistence:
|
|
enabled: true
|
|
storageClass: ""
|
|
size: 1Gi
|
|
|
|
volumePermissions:
|
|
enabled: true
|
|
podSecurityContext:
|
|
runAsUser: 0 |