add examples to manifests and values.yaml
This commit is contained in:
parent
2c9d1894c1
commit
19326d8c44
|
|
@ -168,6 +168,12 @@ configKubernetes:
|
||||||
spilo_allow_privilege_escalation: true
|
spilo_allow_privilege_escalation: true
|
||||||
# storage resize strategy, available options are: ebs, pvc, off
|
# storage resize strategy, available options are: ebs, pvc, off
|
||||||
storage_resize_mode: pvc
|
storage_resize_mode: pvc
|
||||||
|
# pod toleration assigned to instances of every Postgres cluster
|
||||||
|
# tolaration:
|
||||||
|
# key: db-only
|
||||||
|
# operator: Exists
|
||||||
|
# effect: NoSchedule
|
||||||
|
|
||||||
# operator watches for postgres objects in the given namespace
|
# operator watches for postgres objects in the given namespace
|
||||||
watched_namespace: "*" # listen to all namespaces
|
watched_namespace: "*" # listen to all namespaces
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,7 @@ data:
|
||||||
# team_admin_role: "admin"
|
# team_admin_role: "admin"
|
||||||
# team_api_role_configuration: "log_statement:all"
|
# team_api_role_configuration: "log_statement:all"
|
||||||
# teams_api_url: http://fake-teams-api.default.svc.cluster.local
|
# teams_api_url: http://fake-teams-api.default.svc.cluster.local
|
||||||
# toleration: ""
|
# toleration: "key:db-only,operator:Exists,effect:NoSchedule"
|
||||||
# wal_az_storage_account: ""
|
# wal_az_storage_account: ""
|
||||||
# wal_gs_bucket: ""
|
# wal_gs_bucket: ""
|
||||||
# wal_s3_bucket: ""
|
# wal_s3_bucket: ""
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,10 @@ configuration:
|
||||||
# spilo_fsgroup: 103
|
# spilo_fsgroup: 103
|
||||||
spilo_privileged: false
|
spilo_privileged: false
|
||||||
storage_resize_mode: pvc
|
storage_resize_mode: pvc
|
||||||
# toleration: {}
|
# toleration:
|
||||||
|
# key: db-only
|
||||||
|
# operator: Exists
|
||||||
|
# effect: NoSchedule
|
||||||
# watched_namespace: ""
|
# watched_namespace: ""
|
||||||
postgres_pod_resources:
|
postgres_pod_resources:
|
||||||
default_cpu_limit: "1"
|
default_cpu_limit: "1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue