Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
linkerd: Sync values-ha file with upstream
Browse files Browse the repository at this point in the history
This commit updates the values file for HA setup to match upstream
config.

Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
  • Loading branch information
surajssd committed Nov 9, 2020
1 parent 6c926ac commit 014b63e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkg/components/linkerd/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ global:
proxy:
resources:
cpu:
limit: "1"
request: 100m
memory:
limit: 250Mi
Expand All @@ -58,7 +57,7 @@ global:
controllerReplicas: 3
controllerResources: &controller_resources
cpu: &controller_resources_cpu
limit: "1"
limit: ""
request: 100m
memory:
limit: 250Mi
Expand Down Expand Up @@ -88,15 +87,14 @@ heartbeatResources: *controller_resources
prometheus:
resources:
cpu:
limit: "4"
limit: ""
request: 300m
memory:
limit: 8192Mi
request: 300Mi
# proxy injector configuration
proxyInjectorResources: *controller_resources
webhookFailurePolicy: Fail
# service profile validator configuration
Expand Down

0 comments on commit 014b63e

Please sign in to comment.