low resources
This commit is contained in:
parent
7c8a083279
commit
28497b877d
1 changed files with 4 additions and 4 deletions
|
|
@ -29,11 +29,11 @@ spec:
|
||||||
python /scripts/temperature_fetcher.py
|
python /scripts/temperature_fetcher.py
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "50m"
|
cpu: "25m"
|
||||||
memory: "64Mi"
|
memory: "8Mi"
|
||||||
limits:
|
limits:
|
||||||
cpu: "100m"
|
cpu: "50m"
|
||||||
memory: "128Mi"
|
memory: "16Mi"
|
||||||
env:
|
env:
|
||||||
- name: CITY
|
- name: CITY
|
||||||
value: "{{ .Values.city }}"
|
value: "{{ .Values.city }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue