mailu: allow tika slow startup
This commit is contained in:
parent
594e02a518
commit
50e20a7805
@ -816,6 +816,16 @@ spec:
|
|||||||
values: ["titan-13", "titan-15", "titan-17", "titan-19"]
|
values: ["titan-13", "titan-15", "titan-17", "titan-19"]
|
||||||
containers:
|
containers:
|
||||||
- name: tika
|
- name: tika
|
||||||
|
startupProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /tika
|
||||||
|
port: http
|
||||||
|
scheme: HTTP
|
||||||
|
initialDelaySeconds: 10
|
||||||
|
periodSeconds: 10
|
||||||
|
timeoutSeconds: 5
|
||||||
|
failureThreshold: 30
|
||||||
|
successThreshold: 1
|
||||||
env:
|
env:
|
||||||
- name: SECRET_KEY
|
- name: SECRET_KEY
|
||||||
$patch: delete
|
$patch: delete
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user