ci(helm): update devsvc helm values.yaml
This commit is contained in:
parent
b7908d1692
commit
7921d9e8d9
@ -34,21 +34,21 @@ devsvc:
|
||||
config:
|
||||
path: /api/_/readyz
|
||||
port: 8007
|
||||
initialDelaySeconds: 5
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 3
|
||||
timeoutSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
failureThreshold: 5
|
||||
liveness:
|
||||
type: httpGet
|
||||
config:
|
||||
path: /api/_/livez
|
||||
port: 8007
|
||||
initialDelaySeconds: 5
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 15
|
||||
timeoutSeconds: 3
|
||||
timeoutSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
failureThreshold: 5
|
||||
terminationGracePeriodSeconds: 30
|
||||
services:
|
||||
- name: devsvc-service
|
||||
|
||||
@ -37,21 +37,21 @@ devsvc:
|
||||
config:
|
||||
path: /api/_/readyz
|
||||
port: 8007
|
||||
initialDelaySeconds: 5
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 3
|
||||
timeoutSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
failureThreshold: 5
|
||||
liveness:
|
||||
type: httpGet
|
||||
config:
|
||||
path: /api/_/livez
|
||||
port: 8007
|
||||
initialDelaySeconds: 5
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 15
|
||||
timeoutSeconds: 3
|
||||
timeoutSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
failureThreshold: 5
|
||||
terminationGracePeriodSeconds: 30
|
||||
services:
|
||||
- name: devsvc-service
|
||||
|
||||
Loading…
Reference in New Issue
Block a user