Skip to content

Commit 962c0cc

Browse files
authored
Merge pull request #11 from codezeron/paulosilva3991-patch-1
Update deployment.yml
2 parents 4c3438b + dbc32c7 commit 962c0cc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

kustom-webapp/base/deployment.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ spec:
1818
imagePullPolicy: Always
1919
ports:
2020
- containerPort: 80
21-
protocol: TCP
2221
# env:
2322
# - name: NODE_ENV
2423
# value: "production"
2524
# - name: DATABASE_URL
2625
# value: "postgres://user:password@db-host:5432/my-database"
27-
resources:
28-
requests:
29-
memory: "16Mi"
30-
cpu: "50m" # 500milliCPUs (1/2 CPU)
31-
limits:
32-
memory: "128Mi"
33-
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)