diff --git a/charts/nebulous-activemq/templates/deployment.yaml b/charts/nebulous-activemq/templates/deployment.yaml index 227e176..eacfef3 100644 --- a/charts/nebulous-activemq/templates/deployment.yaml +++ b/charts/nebulous-activemq/templates/deployment.yaml @@ -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 }}