Skip to content

Commit

Permalink
Merge pull request #30 from answerbook/RCS/oncall
Browse files Browse the repository at this point in the history
fix: use more reasonable resource requests
  • Loading branch information
beefcheeks authored Jul 24, 2023
2 parents f89eee8 + bf5a4c3 commit 7e84b33
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions deployment/kubernetes/wave0.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ items:
- image: "quay.io/razee/mustachetemplate:${WAVE0_VERSION}"
resources:
limits:
memory: 1Gi
cpu: 1.0
memory: 2Gi
cpu: '1'
requests:
memory: 75Mi
cpu: 40m
memory: 2Gi
cpu: '1'
env:
- name: USER_AGENT_NAME
value: razee-io/mustachetemplate
Expand Down
8 changes: 4 additions & 4 deletions deployment/kubernetes/wave1.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ items:
- image: "quay.io/razee/mustachetemplate:${WAVE1_VERSION}"
resources:
limits:
memory: 1Gi
cpu: 1.0
memory: 2Gi
cpu: '1'
requests:
memory: 75Mi
cpu: 40m
memory: 2Gi
cpu: '1'
env:
- name: USER_AGENT_NAME
value: razee-io/mustachetemplate
Expand Down
8 changes: 4 additions & 4 deletions deployment/kubernetes/wave2.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ items:
- image: "quay.io/razee/mustachetemplate:${WAVE2_VERSION}"
resources:
limits:
memory: 1Gi
cpu: 1.0
memory: 2Gi
cpu: '1'
requests:
memory: 75Mi
cpu: 40m
memory: 2Gi
cpu: '1'
env:
- name: USER_AGENT_NAME
value: razee-io/mustachetemplate
Expand Down
8 changes: 4 additions & 4 deletions deployment/kubernetes/wave3.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ items:
- image: "quay.io/razee/mustachetemplate:${WAVE3_VERSION}"
resources:
limits:
memory: 1Gi
cpu: 1.0
memory: 2Gi
cpu: '1'
requests:
memory: 75Mi
cpu: 40m
memory: 2Gi
cpu: '1'
env:
- name: USER_AGENT_NAME
value: razee-io/mustachetemplate
Expand Down
8 changes: 4 additions & 4 deletions deployment/kubernetes/wave4.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ items:
- image: "quay.io/razee/mustachetemplate:${WAVE4_VERSION}"
resources:
limits:
memory: 1Gi
cpu: 1.0
memory: 2Gi
cpu: '1'
requests:
memory: 75Mi
cpu: 40m
memory: 2Gi
cpu: '1'
env:
- name: USER_AGENT_NAME
value: razee-io/mustachetemplate
Expand Down

0 comments on commit 7e84b33

Please sign in to comment.