File tree Expand file tree Collapse file tree 2 files changed +21
-18
lines changed
charts/event-worker/templates Expand file tree Collapse file tree 2 files changed +21
-18
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.11
5+ version : 0.4.12
66appVersion : " 1.16.0"
77
88maintainers :
Original file line number Diff line number Diff line change @@ -38,23 +38,26 @@ spec:
3838 containers :
3939 - name : event-worker
4040 image : " {{ .Values.image.repository }}:{{ .Values.image.tag }}"
41- # ports:
42- # - name: health
43- # containerPort: 3123
44- # protocol: TCP
45- # livenessProbe:
46- # httpGet:
47- # path: /healthz
48- # port: health
49- # initialDelaySeconds: 15
50- # periodSeconds: 20
51- # failureThreshold: 20
52- # readinessProbe:
53- # httpGet:
54- # path: /healthz
55- # port: health
56- # initialDelaySeconds: 5
57- # periodSeconds: 10
41+ ports :
42+ - name : health
43+ containerPort : 3123
44+ protocol : TCP
45+ livenessProbe :
46+ httpGet :
47+ path : /healthz
48+ port : health
49+ initialDelaySeconds : 5
50+ periodSeconds : 10
51+ timeoutSeconds : 3
52+ failureThreshold : 3
53+ readinessProbe :
54+ httpGet :
55+ path : /healthz
56+ port : health
57+ initialDelaySeconds : 15
58+ periodSeconds : 60
59+ timeoutSeconds : 10
60+ failureThreshold : 10
5861 env :
5962 - name : REDIS_URL
6063 valueFrom :
You can’t perform that action at this time.
0 commit comments