scali opened a new issue, #2053:
URL: https://github.com/apache/hop/issues/2053
### What would you like to happen?
TLS support have been dropped for Ingress definition in the last PR related
to ingress. It is a nice feature to bring back for server instance that needs
HTTPS.
This feature could be activated optionnaly like this :
```yaml
// Some comments here
apiVersion: networking.k8s.io/v1
kind: Ingress
...
spec:
ingressClassName: [ Ingress class name ]
tls: [ TLS configuration ]
rules:
...
```
### Issue Priority
Priority: 3
### Issue Component
Component: Containers
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]