File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
charts/event-queue/templates Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : ctrlplane
33description : Ctrlplane Helm chart for Kubernetes
44type : application
5- version : 0.4.8
5+ version : 0.4.9
66appVersion : " 1.16.0"
77
88maintainers :
Original file line number Diff line number Diff line change @@ -46,18 +46,18 @@ spec:
4646 httpGet :
4747 path : /healthz
4848 port : health
49- initialDelaySeconds : 15
50- periodSeconds : 60
51- timeoutSeconds : 10
52- failureThreshold : 10
49+ initialDelaySeconds : 5
50+ periodSeconds : 10
51+ timeoutSeconds : 3
52+ failureThreshold : 3
5353 readinessProbe :
5454 httpGet :
5555 path : /healthz
5656 port : health
57- initialDelaySeconds : 15
58- periodSeconds : 60
59- timeoutSeconds : 10
60- failureThreshold : 10
57+ initialDelaySeconds : 5
58+ periodSeconds : 10
59+ timeoutSeconds : 3
60+ failureThreshold : 3
6161 env :
6262 - name : KAFKA_BROKERS
6363 value : {{ .Values.global.kafkaBrokers | quote }}
You can’t perform that action at this time.
0 commit comments