mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
Koschei backend: try adding dummy readiness/liveness probes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user