Koschei backend: try adding dummy readiness/liveness probes
This commit is contained in:
parent
ac78fbe82d
commit
a0dcc00aec
1 changed files with 12 additions and 0 deletions
|
@ -31,6 +31,18 @@ spec:
|
|||
resources:
|
||||
limits:
|
||||
memory: 256Mi
|
||||
readinessProbe:
|
||||
timeoutSeconds: 1
|
||||
initialDelaySeconds: 5
|
||||
exec:
|
||||
command:
|
||||
- /bin/true
|
||||
livenessProbe:
|
||||
timeoutSeconds: 1
|
||||
initialDelaySeconds: 5
|
||||
exec:
|
||||
command:
|
||||
- /bin/true
|
||||
volumes:
|
||||
- name: config-volume
|
||||
secret:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue