You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by GitBox <gi...@apache.org> on 2022/12/12 14:04:44 UTC

[GitHub] [hop] scali opened a new issue, #2053: [Feature Request]: Bring back TLS support and Class name for ingress in Helm Chart

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: issues-unsubscribe@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] hansva closed issue #2053: [Feature Request]: Bring back TLS support and Class name for ingress in Helm Chart

Posted by GitBox <gi...@apache.org>.
hansva closed issue #2053: [Feature Request]: Bring back TLS support and Class name for ingress in Helm Chart
URL: https://github.com/apache/hop/issues/2053


-- 
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: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org