Skip to content

Commit 746ec5e

Browse files
committed
chore(adddons): update kafka appversion redis probe timeout
1 parent 2b02ae2 commit 746ec5e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

addons/kafka/4.2/chart/kafka-4.2/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ annotations:
55
category: Infrastructure
66
licenses: Apache-2.0
77
apiVersion: v2
8-
appVersion: 4.2
8+
appVersion: 4.2.0
99
dependencies:
1010
- name: common
1111
repository: oci://registry.drycc.cc/charts

addons/redis/7.0/chart/redis/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -999,8 +999,8 @@ sentinel:
999999
startupProbe:
10001000
enabled: true
10011001
initialDelaySeconds: 10
1002-
periodSeconds: 10
1003-
timeoutSeconds: 5
1002+
periodSeconds: 20
1003+
timeoutSeconds: 10
10041004
successThreshold: 1
10051005
failureThreshold: 22
10061006
## @param sentinel.livenessProbe.enabled Enable livenessProbe on Redis™ Sentinel nodes
@@ -1013,8 +1013,8 @@ sentinel:
10131013
livenessProbe:
10141014
enabled: true
10151015
initialDelaySeconds: 20
1016-
periodSeconds: 5
1017-
timeoutSeconds: 5
1016+
periodSeconds: 20
1017+
timeoutSeconds: 10
10181018
successThreshold: 1
10191019
failureThreshold: 5
10201020
## @param sentinel.readinessProbe.enabled Enable readinessProbe on Redis™ Sentinel nodes
@@ -1027,8 +1027,8 @@ sentinel:
10271027
readinessProbe:
10281028
enabled: true
10291029
initialDelaySeconds: 20
1030-
periodSeconds: 5
1031-
timeoutSeconds: 5
1030+
periodSeconds: 20
1031+
timeoutSeconds: 10
10321032
successThreshold: 1
10331033
failureThreshold: 5
10341034
## @param sentinel.customStartupProbe Custom startupProbe that overrides the default one

0 commit comments

Comments
 (0)