Closed retpolanne closed 4 years ago
If you toggle Ingress on a Teresa server deployment after some apps have been created without it, ingresses might be created without any host.
To replicate this bug:
teresa.io/app
spec: rules: - http: paths: - backend: serviceName: myapp servicePort: 80 path: /
Alternatively, the path can be a catch all /*, this way it'll work the same way as specify no rules.
/*
If you toggle Ingress on a Teresa server deployment after some apps have been created without it, ingresses might be created without any host.
To replicate this bug:
teresa.io/app
annotation – leave an empty string on virtualHost and false on reserveStaticIpAlternatively, the path can be a catch all
/*
, this way it'll work the same way as specify no rules.