[Helm] allow configuring controller container name
Signed-off-by: amirschw <24677563+amirschw@users.noreply.github.com>
This commit is contained in:
parent
f5cfd5730c
commit
bee7360ca4
3 changed files with 8 additions and 5 deletions
|
|
@ -21,6 +21,9 @@ controller:
|
|||
# Use an existing PSP instead of creating one
|
||||
existingPsp: ""
|
||||
|
||||
# Configures the controller container name
|
||||
containerName: controller
|
||||
|
||||
# Configures the ports the nginx-controller listens on
|
||||
containerPort:
|
||||
http: 80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue