mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Konnectivity Proxy: move cpu limit to request.
This commit is contained in:
parent
662ea77c6a
commit
d13ee80cb0
@ -50,8 +50,9 @@ spec:
|
|||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
resources:
|
resources:
|
||||||
limits:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
|
limits:
|
||||||
memory: 30Mi
|
memory: 30Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/run/secrets/tokens
|
- mountPath: /var/run/secrets/tokens
|
||||||
|
Loading…
Reference in New Issue
Block a user