ci: /var/cache/xml2rfc-cache for celery
This commit is contained in:
parent
a28bf98402
commit
b3fb20cf97
|
@ -60,6 +60,8 @@ spec:
|
||||||
mountPath: /a
|
mountPath: /a
|
||||||
- name: dt-tmp
|
- name: dt-tmp
|
||||||
mountPath: /tmp
|
mountPath: /tmp
|
||||||
|
- name: dt-xml2rfc-cache
|
||||||
|
mountPath: /var/cache/xml2rfc
|
||||||
- name: dt-cfg
|
- name: dt-cfg
|
||||||
mountPath: /workspace/ietf/settings_local.py
|
mountPath: /workspace/ietf/settings_local.py
|
||||||
subPath: settings_local.py
|
subPath: settings_local.py
|
||||||
|
@ -83,6 +85,9 @@ spec:
|
||||||
- name: dt-tmp
|
- name: dt-tmp
|
||||||
emptyDir:
|
emptyDir:
|
||||||
sizeLimit: "2Gi"
|
sizeLimit: "2Gi"
|
||||||
|
- name: dt-xml2rfc-cache
|
||||||
|
emptyDir:
|
||||||
|
sizeLimit: "2Gi"
|
||||||
- name: dt-cfg
|
- name: dt-cfg
|
||||||
configMap:
|
configMap:
|
||||||
name: files-cfgmap
|
name: files-cfgmap
|
||||||
|
|
Loading…
Reference in a new issue