Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#288 from jkh52/no-limit
Browse files Browse the repository at this point in the history
Remove cpu limit from example agent pod.
  • Loading branch information
k8s-ci-robot committed Nov 8, 2021
2 parents 9e52504 + cb5906d commit 2a7e07e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions examples/kubernetes/konnectivity-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ spec:
image: ${AGENT_IMAGE}:${TAG}
resources:
requests:
cpu: 40m
cpu: 50m
limits:
memory: 30Mi
command: [ "/proxy-agent"]
args: [
"--logtostderr=true",
Expand All @@ -35,10 +37,6 @@ spec:
path: /healthz
initialDelaySeconds: 15
timeoutSeconds: 15
resources:
limits:
cpu: 50m
memory: 30Mi
volumeMounts:
- mountPath: /var/run/secrets/tokens
name: konnectivity-agent-token
Expand Down

0 comments on commit 2a7e07e

Please sign in to comment.