Skip to content

Commit

Permalink
helm: Configure policy controller resource requests/limits (linkerd#1…
Browse files Browse the repository at this point in the history
…1306)

Signed-off-by: Alen Haric <[email protected]>
  • Loading branch information
deusxanima authored and adamshawvipps committed Sep 18, 2023
1 parent 58ff19c commit 780b35b
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 @@ -504,6 +504,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 780b35b

Please sign in to comment.