Update deployment.yaml
This commit is contained in:
parent
9a3fae02a4
commit
1bcb1a01c2
|
|
@ -175,7 +175,7 @@ spec:
|
|||
- containerPort: {{ .Values.metrics.port }}
|
||||
name: metrics-port
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
{{- toYaml .Values.metrics.proxy.resources | nindent 12 }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue