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"]
|
||||
containers:
|
||||
- name: tika
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /tika
|
||||
port: http
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 30
|
||||
successThreshold: 1
|
||||
env:
|
||||
- name: SECRET_KEY
|
||||
$patch: delete
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user