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.
# Overrides the image tag whose default is the chart appVersion.
13
-
tag: "v0.16.1"
13
+
tag: "v0.16.2"
14
14
reportserver:
15
15
repository: o2cr.ai/openobserve/report-server
16
16
tag: "v0.11.0-70baf7a"
@@ -1028,14 +1028,14 @@ probes:
1028
1028
timeoutSeconds: 5
1029
1029
successThreshold: 1
1030
1030
failureThreshold: 3
1031
-
terminationGracePeriodSeconds: 30
1031
+
terminationGracePeriodSeconds: 1200# 20 minutes for now, since we are using pre-stop hook to flush data and it takes up to 10 minutes to flush data to s3
1032
1032
livenessProbe:
1033
1033
initialDelaySeconds: 10
1034
1034
periodSeconds: 10
1035
1035
timeoutSeconds: 5
1036
1036
successThreshold: 1
1037
1037
failureThreshold: 3
1038
-
terminationGracePeriodSeconds: 30
1038
+
terminationGracePeriodSeconds: 1200# 20 minutes for now, since we are using pre-stop hook to flush data and it takes up to 10 minutes to flush data to s3
0 commit comments