Skip to content

Commit 09874d3

Browse files
committed
Update readiness probe failure threshold
Signed-off-by: Jeremy Ho <jujaga@gmail.com>
1 parent 95ca605 commit 09874d3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/src/docs/v1.api-spec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ servers:
2121
- url: /api/v1
2222
description: This Server
2323
security:
24-
- OpenID: []
24+
- BearerAuth: []
25+
OpenID: []
2526
tags:
2627
- name: Form
2728
description: The API paths in this section are used to read and write data that make up a web form, for example, the form schema object, metadata, and related settings

openshift/app.dc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ objects:
129129
scheme: HTTP
130130
initialDelaySeconds: 10
131131
timeoutSeconds: 1
132-
failureThreshold: 3
132+
failureThreshold: 1
133133
resources:
134134
requests:
135135
cpu: "${CPU_REQUEST}"

0 commit comments

Comments
 (0)