You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/29 04:23:54 UTC

[GitHub] [pulsar-helm-chart] zengzhengrong opened a new issue, #333: Support ingressClassName setting

zengzhengrong opened a new issue, #333:
URL: https://github.com/apache/pulsar-helm-chart/issues/333

   ### 
   annotations is not recommended
   ```
     ingress:
       enabled: false
       annotations: 
          annotations.kubernetes.io/ingress.class: "nginx"
       tls:
         enabled: false
   
         ## Optional. Leave it blank if your Ingress Controller can provide a default certificate.
         secretName: ""
   
       hostname: ""
       path: "/"
   ```
   
   Use ```ingressClassName```
   
   ```
     ingress:
       enabled: false
       ingressClassName: "nginx"
   ```
   
   
   
   


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

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


[GitHub] [pulsar-helm-chart] lhotari closed issue #333: Support ingressClassName setting

Posted by "lhotari (via GitHub)" <gi...@apache.org>.
lhotari closed issue #333: Support ingressClassName setting
URL: https://github.com/apache/pulsar-helm-chart/issues/333


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar-helm-chart] michaeljmarshall commented on issue #333: Support ingressClassName setting

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on issue #333:
URL: https://github.com/apache/pulsar-helm-chart/issues/333#issuecomment-1302954761

   Thanks for your issue @zengzhengrong. Are you interesting in contributing this improvement?


-- 
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: commits-unsubscribe@pulsar.apache.org

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