Update deployment.yaml

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

View File

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