fixed resource declaration for sailing pod

Change-Id: I90d3cf09600cbc5d377344e748d39fb92e7ec303
This commit is contained in:
Axel Uhl
2018-12-06 01:19:33 +01:00
parent 25aa24dc46
commit f207af7a38
+3 -3
View File
@@ -12,12 +12,12 @@ spec:
name: http-port
- containerPort: 14888
name: telnet-port
resources:
resources:
requests:
memory: "8Gi"
memory: "3Gi"
cpu: "250m"
limits:
memory: "16Gi"
memory: "8Gi"
cpu: "500m"
env:
- name: MONGODB_URI