sunwenbo commented on issue #12463:
URL: https://github.com/apache/apisix/issues/12463#issuecomment-3385201948
```apiVersion: apisix.apache.org/v2
kind: ApisixTls
metadata:
name: global
namespace: default
spec:
ingressClassName: apisix **# You must specify ingress; otherwise, this
tls cannot be applied**
hosts:
- "*.xxx.cn"
secret:
name: xxx-tls
namespace: default
--
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]