Cookiery commented on issue #37375:
URL: https://github.com/apache/doris/issues/37375#issuecomment-2323726291
Same here, I created a ingress and fe service has SessionAffinity =
clientip. Still has the problems. @catpineapple
```
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
konghq.com/sess-affinity: 'true'
konghq.com/sess-affinity-ttl: '3600'
name: fe-ingress
namespace: doris-2-1
resourceVersion: '1048376613'
spec:
ingressClassName: kong
rules:
- host: doris2-web.r2d2.narwal.com
http:
paths:
- backend:
service:
name: doriscluster-fe-service
port:
number: 8030
path: /
pathType: ImplementationSpecific
tls:
- hosts:
- doris2-web.r2d2.narwal.com
secretName: auto-https
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]