Add PersistentVolumeClaim for pod state persistence and update README
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 28s

This commit is contained in:
Michael Trip 2026-06-24 11:01:13 +02:00
parent 95281d36e1
commit e48f76441d
4 changed files with 14 additions and 1 deletions

View file

@ -104,4 +104,5 @@ spec:
volumes:
- name: state
emptyDir: {}
persistentVolumeClaim:
claimName: k8s-mgmt-pod-state