Merge "Change health check path to manila-api deployment"

This commit is contained in:
Zuul 2025-03-19 20:55:56 +00:00 committed by Gerrit Code Review
commit b6fa5ad3dc
2 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,7 @@ spec:
readinessProbe:
httpGet:
scheme: HTTP
path: /
path: {{ tuple "share" "healthcheck" "" . | include "helm-toolkit.endpoints.keystone_endpoint_path_lookup" }}
port: {{ tuple "share" "service" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
volumeMounts:
- name: pod-tmp

View File

@ -955,6 +955,7 @@ endpoints:
default: null
path:
default: '/v1'
healthcheck: /healthcheck
scheme:
default: http
service: http