Try mounting empty koschei configmap volume

This commit is contained in:
Mikolaj Izdebski 2018-08-23 23:01:41 +00:00
parent 0c41b833fe
commit a047fbaab8

View file

@ -36,7 +36,10 @@ items:
ports:
- containerPort: 80
resources: {}
volumeMounts: {}
volumeMounts:
- name: config-volume
mountPath: /dummy
readOnly: true
readinessProbe:
timeoutSeconds: 10
initialDelaySeconds: 5