Skip to content

Commit 7883155

Browse files
author
Yannic Nevado Hidalgo
committed
uodate values in config map
1 parent 2c911ae commit 7883155

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifests/configmap.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ data:
5454
pod_management_policy: "ordered_ready"
5555
pod_role_label: spilo-role
5656
pod_service_account_name: "zalando-postgres-operator"
57-
pod_terminate_grace_period: 5m
57+
pod_terminate_grace_period: 30s
5858
# postgres_superuser_teams: "postgres_superusers"
5959
# protected_role_names: "admin"
6060
ready_wait_interval: 3s
61-
ready_wait_timeout: 30s
62-
repair_period: 5m
61+
ready_wait_timeout: 5s
62+
repair_period: 5s
6363
replica_dns_name_format: '{cluster}-repl.{team}.staging.{hostedzone}'
6464
replication_username: standby
6565
resource_check_interval: 3s
6666
resource_check_timeout: 10m
67-
resync_period: 5m
67+
resync_period: 5s
6868
ring_log_lines: "100"
6969
secret_name_template: '{username}.{cluster}.credentials'
7070
# sidecar_docker_images: ""

0 commit comments

Comments
 (0)