GitHub user eduardchai added a comment to the discussion: How to enable Global
Async Queries on v5.0.0 using helm chart in GKE
Hi @dosu, I still encountered the same. I am using Google GKE Ingress with the
following config:
```
ingress:
enabled: true
annotations:
kubernetes.io/ingress.allow-http: "false"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/use-forwarded-headers: "true"
tls:
- secretName: ${RELEASE_NAME}-cert-tls
hosts:
- ${HOSTNAME}
path: /*
pathType: ImplementationSpecific
hosts:
- ${HOSTNAME}
```
GitHub link:
https://github.com/apache/superset/discussions/34517#discussioncomment-13968528
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]