Skip to content

Commit

Permalink
fix: risingwave connector crashloopbackoff on gke (#5712)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6b060b1)
  • Loading branch information
free6om authored and ldming committed Nov 21, 2023
1 parent bc2a577 commit fbd228c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions risingwave/templates/clusterdefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,15 +436,15 @@ spec:
- name: risingwave-configuration
mountPath: /risingwave/config
livenessProbe:
failureThreshold: 3
failureThreshold: 5
tcpSocket:
port: svc
initialDelaySeconds: 5
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 30
readinessProbe:
failureThreshold: 3
failureThreshold: 5
tcpSocket:
port: svc
initialDelaySeconds: 5
Expand Down

0 comments on commit fbd228c

Please sign in to comment.