StackStorm / stackstorm-k8s

K8s Helm Chart that codifies StackStorm (aka "IFTTT for Ops" https://stackstorm.com/) Highly Availability fleet as a simple to use reproducible infrastructure-as-code app
https://helm.stackstorm.com/
Apache License 2.0
105 stars 106 forks source link

ingressClassName field missing #336

Closed ciechonp closed 1 year ago

ciechonp commented 1 year ago

As of Kubernetes 1.18 ingressClassName field was added. kubernetes.io/ingress.class is now deprecated. https://kubernetes.io/docs/concepts/services-networking/ingress/#deprecated-annotation Can Ingress definition in this chart be updated to include ingressClassName field?

arm4b commented 1 year ago

Thanks for the report 👍 A PR contribution would be helpful to support this.

arm4b commented 1 year ago

somewhat related to https://github.com/StackStorm/stackstorm-k8s/pull/331