infra: bump memory limits as insurance
This commit is contained in:
@@ -21,10 +21,10 @@ spec:
|
|||||||
image: "particleprocessorworker"
|
image: "particleprocessorworker"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: "1Gi"
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
limits:
|
limits:
|
||||||
memory: "512Mi"
|
memory: "1Gi"
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
env:
|
env:
|
||||||
- name: "GCP_PROJECT"
|
- name: "GCP_PROJECT"
|
||||||
|
|||||||
@@ -18,10 +18,10 @@ spec:
|
|||||||
image: "particleprocessorworker"
|
image: "particleprocessorworker"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: "1Gi"
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
limits:
|
limits:
|
||||||
memory: "512Mi"
|
memory: "1Gi"
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
env:
|
env:
|
||||||
- name: "GCP_PROJECT"
|
- name: "GCP_PROJECT"
|
||||||
|
|||||||
Reference in New Issue
Block a user