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