Skip to content

Commit

Permalink
helm: Configure policy controller resource requests/limits (#11306)
Browse files Browse the repository at this point in the history
Signed-off-by: Alen Haric <[email protected]>
  • Loading branch information
deusxanima authored Sep 1, 2023
1 parent 48d1bcf commit a02090e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/linkerd-control-plane/values-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ webhookFailurePolicy: Fail
# service profile validator configuration
spValidatorResources: *controller_resources

# policy controller configuration
policyControllerResources: *controller_resources

# flag for linkerd check
highAvailability: true
3 changes: 3 additions & 0 deletions charts/linkerd-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,9 @@ policyValidator:
# for more information.
injectCaFromSecret: ""

# -|- CPU, Memory and Ephemeral Storage resources required by the policy controller
#policyControllerResources:

# -- NodeSelector section, See the [K8S
# documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector)
# for more information
Expand Down

0 comments on commit a02090e

Please sign in to comment.