From cb56622cbb41531e62834fe83e9f97f9c91a4c51 Mon Sep 17 00:00:00 2001 From: deusxanima Date: Fri, 1 Sep 2023 10:51:43 -0400 Subject: [PATCH] helm: Configure policy controller resource requests/limits (#11306) Signed-off-by: Alen Haric Signed-off-by: Adam Shaw --- charts/linkerd-control-plane/values-ha.yaml | 3 +++ charts/linkerd-control-plane/values.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/charts/linkerd-control-plane/values-ha.yaml b/charts/linkerd-control-plane/values-ha.yaml index c9e9e71d680e9..3c0ce102bfe80 100644 --- a/charts/linkerd-control-plane/values-ha.yaml +++ b/charts/linkerd-control-plane/values-ha.yaml @@ -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 diff --git a/charts/linkerd-control-plane/values.yaml b/charts/linkerd-control-plane/values.yaml index 670d5ff71d6a5..cf23fdb5d28d3 100644 --- a/charts/linkerd-control-plane/values.yaml +++ b/charts/linkerd-control-plane/values.yaml @@ -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