feat(argo-rollouts): Add ability to define dashboard service node port (#1138)
* feat(argo-rollouts): Add ability to define dashboard service node port Signed-off-by: Jean Mainguy <9969006+jhandguy@users.noreply.github.com> * Apply changes from code review 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
1aabc80985
commit
3be6c52a64
4 changed files with 9 additions and 3 deletions
|
|
@ -181,6 +181,8 @@ dashboard:
|
|||
port: 3100
|
||||
# -- Service target port
|
||||
targetPort: 3100
|
||||
# -- (int) Service nodePort
|
||||
nodePort:
|
||||
serviceAccount:
|
||||
# -- Specifies whether a dashboard service account should be created
|
||||
create: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue