Update actionsmetrics.deployment.yaml

This commit is contained in:
Chotiwat Chawannakul 2024-03-07 17:21:30 -08:00 committed by GitHub
parent 1bcb1a01c2
commit d3ca4c662c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}