Add emptydir for cache
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d4f665179a
commit
c9f7cf042e
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,8 @@ items:
|
|||
- name: config-volume
|
||||
mountPath: /etc/bodhi
|
||||
readOnly: true
|
||||
- name: cache-volume
|
||||
mountPath: /var/cache/bodhi
|
||||
readinessProbe:
|
||||
timeoutSeconds: 1
|
||||
initialDelaySeconds: 5
|
||||
|
@ -56,6 +58,8 @@ items:
|
|||
- name: config-volume
|
||||
configMap:
|
||||
name: bodhi-configmap
|
||||
- name: cache-volume
|
||||
emptyDir: {}
|
||||
triggers:
|
||||
- imageChangeParams:
|
||||
automatic: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue