diff --git a/charts/databunker-demo/templates/deployment.yaml b/charts/databunker-demo/templates/deployment.yaml index 24cc0e6..280eaf8 100644 --- a/charts/databunker-demo/templates/deployment.yaml +++ b/charts/databunker-demo/templates/deployment.yaml @@ -40,11 +40,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: / + path: /status port: http readinessProbe: httpGet: - path: / + path: /status port: http resources: {{- toYaml .Values.resources | nindent 12 }}