Update argo-rollouts-deployment.yaml
Signed-off-by: Mark Robinson <mrobinson@plaid.com>
This commit is contained in:
parent
c22fa1efd6
commit
256f9f52b4
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ spec:
|
|||
{{- end }}
|
||||
imagePullPolicy: {{ .Values.controller.image.pullPolicy }}
|
||||
name: {{ .Values.controller.name }}
|
||||
ports:
|
||||
- containerPort: {{ .Values.metrics.port }}
|
||||
name: {{ .Values.metrics.name }}
|
||||
resources:
|
||||
{{- toYaml .Values.controller.resources | nindent 10 }}
|
||||
securityContext:
|
||||
|
|
Loading…
Reference in a new issue