feat(argo-rollouts): Add replicas option to dashboard (#1286)
* feat(argo-rollouts): Add replicas option to dashboard Signed-off-by: Vlad Voloshyn <vladvoloshyn12@gmail.com> * Update README Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
0682a7e8ee
commit
c7b3331d7b
4 changed files with 8 additions and 4 deletions
|
|
@ -13,6 +13,7 @@ spec:
|
|||
app.kubernetes.io/component: {{ .Values.dashboard.component }}
|
||||
strategy:
|
||||
type: Recreate
|
||||
replicas: {{ .Values.dashboard.replicas }}
|
||||
template:
|
||||
metadata:
|
||||
{{- with .Values.podAnnotations }}
|
||||
|
|
@ -63,4 +64,4 @@ spec:
|
|||
{{- with .Values.dashboard.priorityClassName }}
|
||||
priorityClassName: {{ . }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue