halittiryaki commented on issue #2526: URL: https://github.com/apache/apisix-ingress-controller/issues/2526#issuecomment-3228975952
thanks, with the CRD it works. ```yaml apiVersion: apisix.apache.org/v2 kind: ApisixGlobalRule metadata: name: redirect-https namespace: dev spec: ingressClassName: apisix plugins: - name: redirect enable: true config: http_to_https: true ``` but still I dont understand why its namespace scoped. no matter what namespace i deploy the CRD, it gets applied also for an ingress resources in a different namespace -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org