k8s resource adjustments
This commit is contained in:
@@ -44,8 +44,8 @@ spec:
|
||||
mountPath: /ohlc
|
||||
resources:
|
||||
requests:
|
||||
cpu: '.1'
|
||||
memory: 200M
|
||||
cpu: 600m
|
||||
memory: 500M
|
||||
- name: nginx
|
||||
image: nginx
|
||||
volumeMounts:
|
||||
|
||||
@@ -23,3 +23,7 @@ spec:
|
||||
'metadata=metadata.json',
|
||||
'polling=1',
|
||||
]
|
||||
resources:
|
||||
requests:
|
||||
cpu: 20m
|
||||
memory: 150MiB
|
||||
|
||||
Reference in New Issue
Block a user