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
Install the Cloud Native PostgreSQL Operator. This is a prerequisite for openobserve helm chart. This helm chart sets up a postgres database cluster (1 primary + 1 replica) and uses it as metadata store of OpenObserve.
Copy file name to clipboardExpand all lines: charts/openobserve/values.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1015,14 +1015,14 @@ probes:
1015
1015
timeoutSeconds: 5
1016
1016
successThreshold: 1
1017
1017
failureThreshold: 3
1018
-
terminationGracePeriodSeconds: 30
1018
+
terminationGracePeriodSeconds: 1200# 20 minutes for now, since we are using pre-stop hook to flush data andit takes up to 10 minutes to flush data to s3
1019
1019
livenessProbe:
1020
1020
initialDelaySeconds: 10
1021
1021
periodSeconds: 10
1022
1022
timeoutSeconds: 5
1023
1023
successThreshold: 1
1024
1024
failureThreshold: 3
1025
-
terminationGracePeriodSeconds: 30
1025
+
terminationGracePeriodSeconds: 1200# 20 minutes for now, since we are using pre-stop hook to flush data andit takes up to 10 minutes to flush data to s3
0 commit comments