templates: fix liveness/readiness check url

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-10-29 13:33:51 +02:00 committed by Ondřej Budai
parent 7cf02091d1
commit 01445cfdfb

View file

@ -247,10 +247,10 @@ parameters:
value: "8700"
- name: LIVENESS_URI
description: URI to query for the liveness check
value: "/openapi"
value: "/api/image-builder-composer/v2/openapi"
- name: READINESS_URI
description: URI to query for the readiness check
value: "/openapi"
value: "/api/image-builder-composer/v2/openapi"
- name: CPU_REQUEST
description: CPU request per container
value: "200m"