Add startupProbe to deployment.yaml

Change-Id: Id55e56857531becaf13e10de4d6cd26db4b461bb
This commit is contained in:
jmarchel 2023-11-29 11:07:48 +01:00 committed by Radosław Piliszek
parent b3f95fbe38
commit e5b03c9ec0

View File

@ -45,9 +45,17 @@ spec:
livenessProbe:
tcpSocket:
port: activemq
periodSeconds: 10
readinessProbe:
tcpSocket:
port: activemq
periodSeconds: 10
startupProbe:
tcpSocket:
port: activemq
initialDelaySeconds: 10
periodSeconds: 10
failureThreshold: 6
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}