We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8add390 commit dbc32c7Copy full SHA for dbc32c7
kustom-webapp/base/deployment.yml
@@ -23,10 +23,10 @@ spec:
23
# value: "production"
24
# - name: DATABASE_URL
25
# value: "postgres://user:password@db-host:5432/my-database"
26
- resources:
27
- requests:
28
- memory: "16Mi"
29
- cpu: "50m" # 500milliCPUs (1/2 CPU)
30
- limits:
31
- memory: "128Mi"
32
- cpu: "100m"
+# resources:
+# requests:
+# memory: "16Mi"
+# cpu: "50m" # 500milliCPUs (1/2 CPU)
+# limits:
+# memory: "128Mi"
+# cpu: "100m"
0 commit comments