keystone: use oslo.middleware healtcheck instead of v3 endpoint
Instead of hardcoding the liveness and readiness checks against the v3 endpoint, use the oslo.middlware healthcheck endpoint instead. Change-Id: I0a8b6e0fb195dff8c7cfe8ccd2484cfcc980c791 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
This commit is contained in:
parent
e9c5baefd9
commit
1ecc9eac16
@ -15,7 +15,7 @@ limitations under the License.
|
|||||||
{{- define "apiProbeTemplate" }}
|
{{- define "apiProbeTemplate" }}
|
||||||
httpGet:
|
httpGet:
|
||||||
scheme: {{ tuple "identity" "service" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_scheme_lookup" | upper }}
|
scheme: {{ tuple "identity" "service" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_scheme_lookup" | upper }}
|
||||||
path: /v3/
|
path: {{ tuple "identity" "healthcheck" "internal" . | include "helm-toolkit.endpoints.keystone_endpoint_path_lookup" }}
|
||||||
port: {{ tuple "identity" "service" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
port: {{ tuple "identity" "service" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
@ -975,6 +975,7 @@ endpoints:
|
|||||||
# key: null
|
# key: null
|
||||||
path:
|
path:
|
||||||
default: /v3
|
default: /v3
|
||||||
|
healthcheck: /healthcheck
|
||||||
scheme:
|
scheme:
|
||||||
default: http
|
default: http
|
||||||
service: http
|
service: http
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
keystone:
|
||||||
|
- Use oslo.middleware healthcheck endpoint for liveness and readiness
|
||||||
|
...
|
Loading…
x
Reference in New Issue
Block a user