Add PersistentVolumeClaim for pod state persistence and update README
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 28s
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 28s
This commit is contained in:
parent
95281d36e1
commit
e48f76441d
4 changed files with 14 additions and 1 deletions
|
|
@ -104,4 +104,5 @@ spec:
|
|||
|
||||
volumes:
|
||||
- name: state
|
||||
emptyDir: {}
|
||||
persistentVolumeClaim:
|
||||
claimName: k8s-mgmt-pod-state
|
||||
Loading…
Add table
Add a link
Reference in a new issue