diff --git a/charts/sogo/templates/deployment.yaml b/charts/sogo/templates/deployment.yaml index 7b8f2f6..a8aa1a4 100644 --- a/charts/sogo/templates/deployment.yaml +++ b/charts/sogo/templates/deployment.yaml @@ -41,11 +41,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: / + path: /health port: http readinessProbe: httpGet: - path: / + path: /health port: http - name: {{ .Chart.Name }} securityContext: