Skip to content

Commit

Permalink
Merge pull request #403 from nimrod-becker/backport_to_2_3
Browse files Browse the repository at this point in the history
changing default mem req in pvpool pod to 400M
  • Loading branch information
nimrod-becker authored Aug 26, 2020
2 parents a724a7f + 12d7ee6 commit 25a2937
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy/internal/pod-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ spec:
# https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requests:
cpu: "100m"
memory: "200Mi"
memory: "400Mi"
limits:
cpu: "100m"
memory: "200Mi"
memory: "400Mi"
env:
# Insert the relevant config for the current agent
- name: CONTAINER_PLATFORM
Expand Down
6 changes: 3 additions & 3 deletions pkg/bundle/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -1930,7 +1930,7 @@ spec:
targetCPUUtilizationPercentage: 80
`

const Sha256_deploy_internal_pod_agent_yaml = "a111e68beec272ac08d240755904bfde4df9b4e64783c67dd4289450e55b02bc"
const Sha256_deploy_internal_pod_agent_yaml = "204e11eea569564b507010d13c43a2d3ad5feae9e86666a08904508eab231830"

const File_deploy_internal_pod_agent_yaml = `apiVersion: v1
kind: Pod
Expand All @@ -1947,10 +1947,10 @@ spec:
# https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requests:
cpu: "100m"
memory: "200Mi"
memory: "400Mi"
limits:
cpu: "100m"
memory: "200Mi"
memory: "400Mi"
env:
# Insert the relevant config for the current agent
- name: CONTAINER_PLATFORM
Expand Down

0 comments on commit 25a2937

Please sign in to comment.