mirror of https://github.com/linkerd/linkerd2.git
update network-validator helm charts to use proxy-init resources (#10461)
Signed-off-by: Steve Jenson <stevej@buoyant.io>
This commit is contained in:
parent
40f0bc2360
commit
2ec90aec5b
|
|
@ -2,13 +2,7 @@
|
|||
name: linkerd-network-validator
|
||||
image: {{.Values.proxy.image.name}}:{{.Values.proxy.image.version | default .Values.linkerdVersion }}
|
||||
imagePullPolicy: {{.Values.proxy.image.pullPolicy | default .Values.imagePullPolicy}}
|
||||
resources:
|
||||
limits:
|
||||
cpu: "50m"
|
||||
memory: "10Mi"
|
||||
requests:
|
||||
cpu: "50m"
|
||||
memory: "10Mi"
|
||||
{{ include "partials.resources" .Values.proxyInit.resources }}
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
|
|
|
|||
|
|
@ -185,11 +185,11 @@ spec:
|
|||
name: linkerd-network-validator
|
||||
resources:
|
||||
limits:
|
||||
cpu: 50m
|
||||
memory: 10Mi
|
||||
cpu: 100m
|
||||
memory: 20Mi
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 10Mi
|
||||
cpu: 100m
|
||||
memory: 20Mi
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
|
|
|
|||
|
|
@ -954,11 +954,11 @@ spec:
|
|||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
cpu: "50m"
|
||||
memory: "10Mi"
|
||||
cpu: "100m"
|
||||
memory: "20Mi"
|
||||
requests:
|
||||
cpu: "50m"
|
||||
memory: "10Mi"
|
||||
cpu: "100m"
|
||||
memory: "20Mi"
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
|
|
@ -1406,11 +1406,11 @@ spec:
|
|||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
cpu: "50m"
|
||||
memory: "10Mi"
|
||||
cpu: "100m"
|
||||
memory: "20Mi"
|
||||
requests:
|
||||
cpu: "50m"
|
||||
memory: "10Mi"
|
||||
cpu: "100m"
|
||||
memory: "20Mi"
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
|
|
@ -1732,11 +1732,11 @@ spec:
|
|||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
cpu: "50m"
|
||||
memory: "10Mi"
|
||||
cpu: "100m"
|
||||
memory: "20Mi"
|
||||
requests:
|
||||
cpu: "50m"
|
||||
memory: "10Mi"
|
||||
cpu: "100m"
|
||||
memory: "20Mi"
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
|
|
|
|||
Loading…
Reference in New Issue