add pvc
This commit is contained in:
parent
3fe7b6b66e
commit
be3778ff0b
1 changed files with 14 additions and 0 deletions
|
|
@ -118,3 +118,17 @@ spec:
|
||||||
runAsGroup: 10000
|
runAsGroup: 10000
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
---
|
||||||
|
|
||||||
|
apiVersion: v1
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
metadata:
|
||||||
|
name: hermes-agent-pvc
|
||||||
|
namespace: customer1
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 25Gi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue