Skip to content

Commit

Permalink
[add] affinity field to istiod (istio#47639)
Browse files Browse the repository at this point in the history
* [add] affinity field to istiod

* [add] release-note

* Update releasenotes/notes/add-affinity-field-to-istiod.yaml

Co-authored-by: zirain <zirain2009@gmail.com>

---------

Co-authored-by: zirain <zirain2009@gmail.com>
  • Loading branch information
ymktmk and zirain authored Oct 31, 2023
1 parent 95de7ec commit 6cfce2f
Show file tree
Hide file tree
Showing 5 changed files with 606 additions and 582 deletions.
2 changes: 2 additions & 0 deletions manifests/charts/istio-control/istio-discovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ pilot:

env: {}

affinity: {}

cpu:
targetAverageUtilization: 80

Expand Down
1 change: 1 addition & 0 deletions manifests/charts/istiod-remote/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pilot:
# Additional container arguments
extraContainerArgs: []
env: {}
affinity: {}
cpu:
targetAverageUtilization: 80
# Additional volumeMounts to the istiod container
Expand Down
Loading

0 comments on commit 6cfce2f

Please sign in to comment.