add ingress.class (#8136)
Signed-off-by: tombokombo <tombo@sysart.tech>
This commit is contained in:
parent
6b6ebf0a7c
commit
4b4895b53b
4 changed files with 10 additions and 2 deletions
|
|
@ -116,6 +116,10 @@ controller:
|
|||
# does not require extra parameters.
|
||||
parameters: {}
|
||||
|
||||
# -- For backwards compatibility with ingress.class annotation, use ingressClass.
|
||||
# Algorithm is as follows, first ingressClassName is considered, if not present, controller looks for ingress.class annotation
|
||||
ingressClass: nginx
|
||||
|
||||
# -- Labels to add to the pod container metadata
|
||||
podLabels: {}
|
||||
# key: value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue