You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,5 +67,5 @@ EDB Postgres for Kubernetes Helm Chart
67
67
| serviceAccount.create | bool |`true`| Specifies whether the service account should be created |
68
68
| serviceAccount.name | string |`""`| The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
69
69
| tolerations | list |`[]`| Tolerations for the operator to be installed |
70
-
| webhook | object |`{"livenessProbe":{"initialDelaySeconds":3},"mutating":{"create":true,"failurePolicy":"Fail"},"port":9443,"readinessProbe":{"initialDelaySeconds":3},"validating":{"create":true,"failurePolicy":"Fail"}}`| The webhook configuration. |
70
+
| webhook | object |`{"livenessProbe":{"initialDelaySeconds":3},"mutating":{"create":true,"failurePolicy":"Fail"},"port":9443,"readinessProbe":{"initialDelaySeconds":3},"startupProbe":{"failureThreshold":6,"periodSeconds":5},"validating":{"create":true,"failurePolicy":"Fail"}}`| The webhook configuration. |
0 commit comments