distribution: Add state directory
This should become a PersistentVolumeClaim in future, but let's get the deployment running first.
This commit is contained in:
parent
a19b883727
commit
0518933676
1 changed files with 4 additions and 0 deletions
|
|
@ -46,10 +46,14 @@ objects:
|
|||
- name: composer-config
|
||||
mountPath: "/etc/osbuild-composer"
|
||||
readOnly: true
|
||||
- name: state-directory
|
||||
mountPath: "/var/lib/osbuild-composer"
|
||||
volumes:
|
||||
- name: composer-config
|
||||
secret:
|
||||
secretName: composer-config
|
||||
- name: state-directory
|
||||
emptyDir: {}
|
||||
|
||||
- apiVersion: v1
|
||||
kind: Service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue