Skip to content

Commit e717463

Browse files
committed
increase more
1 parent ef27eef commit e717463

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

charts/ctrlplane/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ctrlplane
33
description: Ctrlplane Helm chart for Kubernetes
44
type: application
5-
version: 0.4.11
5+
version: 0.4.12
66
appVersion: "1.16.0"
77

88
maintainers:

charts/ctrlplane/charts/event-worker/templates/deployment.yaml

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)