Allow custom service names for controller and backend (#6457)
This commit is contained in:
parent
6052e9dc23
commit
603e2c5ee8
4 changed files with 15 additions and 3 deletions
|
|
@ -1,7 +1,14 @@
|
|||
## nginx configuration
|
||||
## Ref: https://github.com/kubernetes/ingress-nginx/blob/master/controllers/nginx/configuration.md
|
||||
##
|
||||
|
||||
## Overrides for generated resource names
|
||||
# See templates/_helpers.tpl
|
||||
# nameOverride:
|
||||
# fullnameOverride:
|
||||
|
||||
controller:
|
||||
name: controller
|
||||
image:
|
||||
repository: k8s.gcr.io/ingress-nginx/controller
|
||||
tag: "v0.41.2"
|
||||
|
|
@ -584,6 +591,7 @@ defaultBackend:
|
|||
##
|
||||
enabled: false
|
||||
|
||||
name: defaultbackend
|
||||
image:
|
||||
repository: k8s.gcr.io/defaultbackend-amd64
|
||||
tag: "1.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue