We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d3068 commit 457b678Copy full SHA for 457b678
.openshiftio/application.yaml
@@ -152,6 +152,10 @@ objects:
152
- containerPort: 8080
153
name: http
154
protocol: TCP
155
+ resources:
156
+ limits:
157
+ cpu: 400m
158
+ memory: 256Mi
159
metadata:
160
labels:
161
app: nodejs-rest-http-crud
@@ -198,3 +202,4 @@ objects:
198
202
stringData:
199
203
user: luke
200
204
password: secret
205
+
.openshiftio/service.yaml
@@ -61,7 +61,10 @@ items:
61
ports:
62
- containerPort: 5432
63
64
- resources: {}
65
66
67
68
volumeMounts:
69
- mountPath: /var/lib/pgsql/data
70
name: my-database-volume-1
0 commit comments