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
|
name: linkerd-network-validator
|
||||||
image: {{.Values.proxy.image.name}}:{{.Values.proxy.image.version | default .Values.linkerdVersion }}
|
image: {{.Values.proxy.image.name}}:{{.Values.proxy.image.version | default .Values.linkerdVersion }}
|
||||||
imagePullPolicy: {{.Values.proxy.image.pullPolicy | default .Values.imagePullPolicy}}
|
imagePullPolicy: {{.Values.proxy.image.pullPolicy | default .Values.imagePullPolicy}}
|
||||||
resources:
|
{{ include "partials.resources" .Values.proxyInit.resources }}
|
||||||
limits:
|
|
||||||
cpu: "50m"
|
|
||||||
memory: "10Mi"
|
|
||||||
requests:
|
|
||||||
cpu: "50m"
|
|
||||||
memory: "10Mi"
|
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|
|
||||||
|
|
@ -185,11 +185,11 @@ spec:
|
||||||
name: linkerd-network-validator
|
name: linkerd-network-validator
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 50m
|
cpu: 100m
|
||||||
memory: 10Mi
|
memory: 20Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 100m
|
||||||
memory: 10Mi
|
memory: 20Mi
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|
|
||||||
|
|
@ -954,11 +954,11 @@ spec:
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: "50m"
|
cpu: "100m"
|
||||||
memory: "10Mi"
|
memory: "20Mi"
|
||||||
requests:
|
requests:
|
||||||
cpu: "50m"
|
cpu: "100m"
|
||||||
memory: "10Mi"
|
memory: "20Mi"
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|
@ -1406,11 +1406,11 @@ spec:
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: "50m"
|
cpu: "100m"
|
||||||
memory: "10Mi"
|
memory: "20Mi"
|
||||||
requests:
|
requests:
|
||||||
cpu: "50m"
|
cpu: "100m"
|
||||||
memory: "10Mi"
|
memory: "20Mi"
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|
@ -1732,11 +1732,11 @@ spec:
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: "50m"
|
cpu: "100m"
|
||||||
memory: "10Mi"
|
memory: "20Mi"
|
||||||
requests:
|
requests:
|
||||||
cpu: "50m"
|
cpu: "100m"
|
||||||
memory: "10Mi"
|
memory: "20Mi"
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue