note the running changes

This commit is contained in:
Michael Mekuleyi 2023-01-16 10:46:59 +01:00
parent a610bdf127
commit 86ad08faeb
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ spec:
- ReadWriteMany
resources:
requests:
storage: 1Gi
storage: 0.5Gi
selector:
matchLabels:
volume: my-volume

View File

@ -21,7 +21,7 @@ spec:
resources:
requests:
cpu: 1
memory: 2Gi
memory: 1Gi
env:
# Environment variables are not a best practice for security,
# but we're using them here for brevity in the example.