feat(argo-workflows): add hostAliases to server (#2387)
* workflow server hostalises Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Update Chart.yaml Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> * workflow server hostalises Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com>
This commit is contained in:
parent
d9e5b727e3
commit
9ca3f06dcf
4 changed files with 13 additions and 2 deletions
|
|
@ -458,6 +458,12 @@ server:
|
|||
# -- Service port name
|
||||
servicePortName: "" # http
|
||||
|
||||
# -- Mapping between IP and hostnames that will be injected as entries in the pod's hosts files
|
||||
hostAliases: []
|
||||
# - ip: 10.20.30.40
|
||||
# hostnames:
|
||||
# - git.myhostname
|
||||
|
||||
serviceAccount:
|
||||
# -- Create a service account for the server
|
||||
create: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue