almartino commented on issue #138: URL: https://github.com/apache/openserverless/issues/138#issuecomment-2980229491
After reviewing the operator code, I confirm that it’s possible to specify both the ingress namespace and its controller by setting the `nuvolaris.ingresslb` key in the Whisk controller configuration. For example: `my-ingress-ns/my-ingress-controller-svc`. To address this, the `apache/openserverless-task` repository could be updated as follows: - `setup/kubernetes/whisk.yaml` should have `ingresslb: ${OPERATOR_CONFIG_INGRESSLB:-auto}` in the `nuvolaris` section. - `config/opsfile.yml` should have another task which can configure the variable uphere #### Sidenote: it is this relevant when using traefik? -- 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: dev-unsubscr...@openserverless.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org