diff --git a/charts/showroom-single-pod/templates/deployment.yaml b/charts/showroom-single-pod/templates/deployment.yaml index 50a5791..35960bf 100644 --- a/charts/showroom-single-pod/templates/deployment.yaml +++ b/charts/showroom-single-pod/templates/deployment.yaml @@ -58,11 +58,11 @@ spec: - containerPort: 8000 protocol: TCP livenessProbe: - httpget: + httpGet: path: / port: 8000 readinessProbe: - httpget: + httpGet: path: / port: 8000 @@ -113,11 +113,11 @@ spec: - containerPort: 9000 protocol: TCP livenessProbe: - httpget: + httpGet: path: / port: 9000 readinessProbe: - httpget: + httpGet: path: / port: 9000 {{- end }}