You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/11/25 19:17:30 UTC

[GitHub] [pinot] jhisse opened a new pull request, #9862: add v1 ingress in helm chart

jhisse opened a new pull request, #9862:
URL: https://github.com/apache/pinot/pull/9862

   ## Propose
   This PR add v1 ingress (`apiVersion: networking.k8s.io/v1`) in helm chart for controller and broker.
   
   ## Testing
    ```console
   helm template kubernetes/helm/pinot \
       --set controller.external.enabled=false \
       --set controller.ingress.v1.enabled=true \
       --set controller.ingress.v1.ingressClassName=nginx \
       --set controller.ingress.v1.hosts\[0\]=pinot-controller.example.com \
       --set controller.ingress.v1.tls\[0\].hosts\[0\]=pinot-controller.example.com \
       --set controller.ingress.v1.tls\[0\].secretName=pinot-controller-tls \
       --set broker.external.enabled=false \
       --set broker.ingress.v1.enabled=true \
       --set broker.ingress.v1.ingressClassName=nginx \
       --set broker.ingress.v1.hosts\[0\]=pinot-broker.example.com \
       --set broker.ingress.v1.tls\[0\].hosts\[0\]=pinot-broker.example.com \
       --set broker.ingress.v1.tls\[0\].secretName=pinot-broker-tls
   ```
   
   Deployed and tested in Kubernetes 1.22 cluster.
   
   ## References
    - https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#ingress-v1-networking-k8s-io
   


-- 
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@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] xiangfu0 commented on pull request #9862: add v1 ingress in helm chart

Posted by GitBox <gi...@apache.org>.
xiangfu0 commented on PR #9862:
URL: https://github.com/apache/pinot/pull/9862#issuecomment-1327815876

   Thanks for the contribution!


-- 
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@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] xiangfu0 merged pull request #9862: add v1 ingress in helm chart

Posted by GitBox <gi...@apache.org>.
xiangfu0 merged PR #9862:
URL: https://github.com/apache/pinot/pull/9862


-- 
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@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org