Merge "Change health check path to manila-api deployment"
This commit is contained in:
commit
b6fa5ad3dc
manila
@ -82,7 +82,7 @@ spec:
|
|||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
scheme: HTTP
|
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" }}
|
port: {{ tuple "share" "service" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: pod-tmp
|
- name: pod-tmp
|
||||||
|
@ -955,6 +955,7 @@ endpoints:
|
|||||||
default: null
|
default: null
|
||||||
path:
|
path:
|
||||||
default: '/v1'
|
default: '/v1'
|
||||||
|
healthcheck: /healthcheck
|
||||||
scheme:
|
scheme:
|
||||||
default: http
|
default: http
|
||||||
service: http
|
service: http
|
||||||
|
Loading…
x
Reference in New Issue
Block a user