distribution: Add cache dir to composer clouddot deployment
This commit is contained in:
parent
4f86b4fd45
commit
6fac4dcb70
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ objects:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: state-directory
|
- name: state-directory
|
||||||
mountPath: "/var/lib/osbuild-composer"
|
mountPath: "/var/lib/osbuild-composer"
|
||||||
|
- name: cache-directory
|
||||||
|
mountPath: "/var/cache/osbuild-composer"
|
||||||
volumes:
|
volumes:
|
||||||
- name: composer-config
|
- name: composer-config
|
||||||
secret:
|
secret:
|
||||||
|
|
@ -55,6 +57,8 @@ objects:
|
||||||
- name: state-directory
|
- name: state-directory
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: osbuild-composer-state-dir
|
claimName: osbuild-composer-state-dir
|
||||||
|
- name: cache-directory
|
||||||
|
emptyDir: {}
|
||||||
|
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue