File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
charts/event-worker/templates Expand file tree Collapse file tree 2 files changed +15
-3
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.3.10
5+ version : 0.3.11
66appVersion : " 1.16.0"
77
88maintainers :
Original file line number Diff line number Diff line change 3939 - name : event-worker
4040 image : " {{ .Values.image.repository }}:{{ .Values.image.tag }}"
4141 ports :
42- - name : http
43- containerPort : 3000
42+ - name : health
43+ containerPort : 3123
4444 protocol : TCP
45+ livenessProbe :
46+ httpGet :
47+ path : /healthz
48+ port : health
49+ initialDelaySeconds : 15
50+ periodSeconds : 20
51+ readinessProbe :
52+ httpGet :
53+ path : /healthz
54+ port : health
55+ initialDelaySeconds : 5
56+ periodSeconds : 10
4557 env :
4658 - name : REDIS_URL
4759 valueFrom :
You can’t perform that action at this time.
0 commit comments