Skip to content

Commit dbc32c7

Browse files
Update deployment.yml
1 parent 8add390 commit dbc32c7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

kustom-webapp/base/deployment.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ spec:
2323
# value: "production"
2424
# - name: DATABASE_URL
2525
# 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"
26+
# resources:
27+
# requests:
28+
# memory: "16Mi"
29+
# cpu: "50m" # 500milliCPUs (1/2 CPU)
30+
# limits:
31+
# memory: "128Mi"
32+
# cpu: "100m"

0 commit comments

Comments
 (0)