Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion postgres/helm/postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: postgres
description: A Helm chart for deploying the zalando postgres operator
type: application
version: 0.2.11
version: 0.2.12
appVersion: "1.8.2"
6 changes: 3 additions & 3 deletions postgres/helm/postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@ configKubernetes:
watched_namespace: "*" # listen to all namespaces

liveness_probe:
failureThreshold: 3
failureThreshold: 6
httpGet:
path: /readiness
port: 8008
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 10
initialDelaySeconds: 15
periodSeconds: 60
successThreshold: 1
timeoutSeconds: 5

Expand Down