Koschei backend: try adding dummy readiness/liveness probes

This commit is contained in:
Mikolaj Izdebski 2019-02-05 23:21:55 +01:00
parent ac78fbe82d
commit a0dcc00aec

View file

@ -31,6 +31,18 @@ spec:
resources: resources:
limits: limits:
memory: 256Mi memory: 256Mi
readinessProbe:
timeoutSeconds: 1
initialDelaySeconds: 5
exec:
command:
- /bin/true
livenessProbe:
timeoutSeconds: 1
initialDelaySeconds: 5
exec:
command:
- /bin/true
volumes: volumes:
- name: config-volume - name: config-volume
secret: secret: