diff --git a/charts/odd-platform/templates/deployment.yaml b/charts/odd-platform/templates/deployment.yaml index 13e48fa..081547a 100644 --- a/charts/odd-platform/templates/deployment.yaml +++ b/charts/odd-platform/templates/deployment.yaml @@ -38,10 +38,12 @@ spec: containerPort: 8080 protocol: TCP livenessProbe: - tcpSocket: + httpGet: + path: /actuator/health port: http readinessProbe: - tcpSocket: + httpGet: + path: /actuator/health port: http resources: {{- toYaml .Values.resources | nindent 12 }}