Hardcode component names.
By removing this, we reduce unecessary config options and moving parts. Signed-off-by: Naseem <naseem@transit.app>
This commit is contained in:
parent
99419c75bc
commit
5ae314bd64
39 changed files with 97 additions and 101 deletions
|
|
@ -2,7 +2,6 @@
|
|||
## Ref: https://github.com/kubernetes/ingress/blob/master/controllers/nginx/configuration.md
|
||||
##
|
||||
controller:
|
||||
name: controller
|
||||
image:
|
||||
repository: quay.io/kubernetes-ingress-controller/nginx-ingress-controller
|
||||
tag: "0.30.0"
|
||||
|
|
@ -435,7 +434,6 @@ defaultBackend:
|
|||
##
|
||||
enabled: false
|
||||
|
||||
name: default-backend
|
||||
image:
|
||||
repository: k8s.gcr.io/defaultbackend-amd64
|
||||
tag: "1.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue