Skip to content

Ingressclass Missed on Ingress Template #3017

@valkiriaaquatica

Description

@valkiriaaquatica

Is your feature request related to a problem?

Not at all, but it would be fine if the in the template it's added an ingressClassName to place the ingress we want

Which solution do you suggest?

Add ingressClassName: .{{{ - Values.controlPlane.ingress.spec.ingressClassName }} in the ingress template https://github.com/loft-sh/vcluster/blob/main/chart/templates/ingress.yaml and then ingressClassName: in the values.yaml https://github.com/loft-sh/vcluster/blob/main/chart/values.yaml#L535 .

Which alternative solutions exist?

Manually edit the ingress and add it if we want to specify it in case we have multiple ingressclass in the cluster.

Additional context

Not too much, just wondering if this blank was know thing/purpose. If not, I can just PR with the change mentioned!

Thanks in advanced!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions