chncaesar opened a new pull request, #9492: URL: https://github.com/apache/dolphinscheduler/pull/9492
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request This PR adds ingress annotations and is related to Issue #9486 ## Brief change log - Add ingress metadata annotations in ingress.yaml - Add default annotations to ingress ## Verify this pull request Manually tested this pr by deploying DolphinScheduler to Azure CN K8S (AKS) with values.yaml. ``` ingress: enabled: true path: "/dolphinscheduler" annotations: nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/14 ``` And ip within the whitelist is allowed to access dolpinscheduler. We're using nginx-ingress. -- 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]
