mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 02:38:44 +00:00
fixed resource declaration for sailing pod
Change-Id: I90d3cf09600cbc5d377344e748d39fb92e7ec303
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user