Skip to content

Commit

Permalink
feat: increase limits.memory to match reality
Browse files Browse the repository at this point in the history
- we have already had to manually increase limits memory from 200Mi to
  1Gi. this makes code match the live env

ref: REL-728
  • Loading branch information
Charles Thomas authored and charlesthomas committed Dec 17, 2021
1 parent 69c8510 commit 3b9a82d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deployment/kubernetes/wave0.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ items:
- image: "quay.io/razee/mustachetemplate:${WAVE0_VERSION}"
resources:
limits:
memory: 200Mi
memory: 1Gi
cpu: 100m
requests:
memory: 75Mi
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/wave1.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ items:
- image: "quay.io/razee/mustachetemplate:${WAVE1_VERSION}"
resources:
limits:
memory: 200Mi
memory: 1Gi
cpu: 100m
requests:
memory: 75Mi
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/wave2.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ items:
- image: "quay.io/razee/mustachetemplate:${WAVE2_VERSION}"
resources:
limits:
memory: 200Mi
memory: 1Gi
cpu: 100m
requests:
memory: 75Mi
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/wave3.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ items:
- image: "quay.io/razee/mustachetemplate:${WAVE3_VERSION}"
resources:
limits:
memory: 200Mi
memory: 1Gi
cpu: 100m
requests:
memory: 75Mi
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/wave4.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ items:
- image: "quay.io/razee/mustachetemplate:${WAVE4_VERSION}"
resources:
limits:
memory: 200Mi
memory: 1Gi
cpu: 100m
requests:
memory: 75Mi
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/wave5.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ items:
- image: "quay.io/razee/mustachetemplate:${WAVE5_VERSION}"
resources:
limits:
memory: 200Mi
memory: 1Gi
cpu: 100m
requests:
memory: 75Mi
Expand Down

0 comments on commit 3b9a82d

Please sign in to comment.