Skip to content

Commit 6585d81

Browse files
committed
incRease props
1 parent b46cb09 commit 6585d81

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.8
5+
version: 0.4.9
66
appVersion: "1.16.0"
77

88
maintainers:

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

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

0 commit comments

Comments
 (0)