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 - ReadWriteMany
resources: resources:
requests: requests:
storage: 1Gi storage: 0.5Gi
selector: selector:
matchLabels: matchLabels:
volume: my-volume volume: my-volume

View File

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