Skip to content

Commit

Permalink
Merge branch 'main' into ebeaty_uprev_ami
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeaty-cisco committed Jan 9, 2025
2 parents 2373d79 + 0e0f5f5 commit ed259f6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dev/flex/templates/values-vrouter.yaml.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ xrd${i + 1}:
pullPolicy: Always
resources:
limits:
memory: 8Gi
memory: 10Gi
hugepages-1Gi: ${hugepages[node_name]}Gi
securityContext:
privileged: true
Expand Down
4 changes: 2 additions & 2 deletions examples/overlay/workload/templates/xrd1.yaml.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ image:
tag: "${image_tag}"
resources:
limits:
memory: 8Gi
hugepages-1Gi: 3Gi
memory: 10Gi
hugepages-1Gi: 6Gi
persistence:
enabled: true
storageClass: gp2
Expand Down
4 changes: 2 additions & 2 deletions examples/overlay/workload/templates/xrd2.yaml.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ image:
tag: "${image_tag}"
resources:
limits:
memory: 8Gi
hugepages-1Gi: 3Gi
memory: 10Gi
hugepages-1Gi: 6Gi
persistence:
enabled: true
storageClass: gp2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ image:
resources:
limits:
memory: 8Gi
hugepages-1Gi: 3Gi
persistence:
enabled: true
storageClass: gp2
Expand Down
4 changes: 2 additions & 2 deletions examples/singleton/workload/templates/xrd-vrouter.yaml.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ image:
tag: "${image_tag}"
resources:
limits:
memory: 8Gi
hugepages-1Gi: 3Gi
memory: 10Gi
hugepages-1Gi: 6Gi
persistence:
enabled: true
storageClass: gp2
Expand Down
2 changes: 1 addition & 1 deletion modules/aws/node-props/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ locals {
}

locals {
minimal_hugepages_gb = 4
minimal_hugepages_gb = 6
maximal_hugepages_gb = 6

hugepages_gb = try(
Expand Down

0 comments on commit ed259f6

Please sign in to comment.