Update manifests
This commit is contained in:
parent
9d0e3672ee
commit
c9ea5856af
|
|
@ -55,6 +55,9 @@ configUsers:
|
|||
super_username: postgres
|
||||
|
||||
configKubernetes:
|
||||
# downscaler_annotations:
|
||||
# - deployment-time
|
||||
# - downscaler/*
|
||||
# default DNS domain of K8s cluster where operator is running
|
||||
cluster_domain: cluster.local
|
||||
# additional labels assigned to the cluster objects
|
||||
|
|
@ -262,11 +265,11 @@ configConnectionPooler:
|
|||
# docker image
|
||||
connection_pooler_image: "registry.opensource.zalan.do/acid/pgbouncer"
|
||||
# max db connections the pooler should hold
|
||||
connection_pooler_max_db_connections: "60"
|
||||
connection_pooler_max_db_connections: 60
|
||||
# default pooling mode
|
||||
connection_pooler_mode: "transaction"
|
||||
# number of pooler instances
|
||||
connection_pooler_number_of_instances: "2"
|
||||
connection_pooler_number_of_instances: 2
|
||||
# default resources
|
||||
connection_pooler_default_cpu_request: 500m
|
||||
connection_pooler_default_memory_request: 100Mi
|
||||
|
|
|
|||
|
|
@ -54,6 +54,9 @@ configUsers:
|
|||
super_username: postgres
|
||||
|
||||
configKubernetes:
|
||||
# downscaler_annotations:
|
||||
# - deployment-time
|
||||
# - downscaler/*
|
||||
# default DNS domain of K8s cluster where operator is running
|
||||
cluster_domain: cluster.local
|
||||
# additional labels assigned to the cluster objects
|
||||
|
|
|
|||
|
|
@ -34,10 +34,6 @@ spec:
|
|||
configuration:
|
||||
type: object
|
||||
properties:
|
||||
# downscaler_annotations:
|
||||
# type: array
|
||||
# items:
|
||||
# type: string
|
||||
docker_image:
|
||||
type: string
|
||||
enable_crd_validation:
|
||||
|
|
@ -85,6 +81,10 @@ spec:
|
|||
kubernetes:
|
||||
type: object
|
||||
properties:
|
||||
# downscaler_annotations:
|
||||
# type: array
|
||||
# items:
|
||||
# type: string
|
||||
cluster_domain:
|
||||
type: string
|
||||
cluster_labels:
|
||||
|
|
|
|||
|
|
@ -4,9 +4,6 @@ metadata:
|
|||
name: postgresql-operator-default-configuration
|
||||
configuration:
|
||||
docker_image: registry.opensource.zalan.do/acid/spilo-cdp-12:1.6-p115
|
||||
# downscaler_annotations:
|
||||
# - deployment-time
|
||||
# - downscaler/*
|
||||
# enable_crd_validation: true
|
||||
# enable_lazy_spilo_upgrade: false
|
||||
# enable_shm_volume: true
|
||||
|
|
@ -27,6 +24,9 @@ configuration:
|
|||
replication_username: standby
|
||||
super_username: postgres
|
||||
kubernetes:
|
||||
# downscaler_annotations:
|
||||
# - deployment-time
|
||||
# - downscaler/*
|
||||
cluster_domain: cluster.local
|
||||
cluster_labels:
|
||||
application: spilo
|
||||
|
|
|
|||
Loading…
Reference in New Issue