Merge "Change health check path to manila-api deployment"
This commit is contained in:
commit
b6fa5ad3dc
@ -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
|
||||
|
@ -955,6 +955,7 @@ endpoints:
|
||||
default: null
|
||||
path:
|
||||
default: '/v1'
|
||||
healthcheck: /healthcheck
|
||||
scheme:
|
||||
default: http
|
||||
service: http
|
||||
|
Loading…
x
Reference in New Issue
Block a user