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