templates: fix liveness/readiness check url
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
7cf02091d1
commit
01445cfdfb
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue