zhaohehuhu commented on code in PR #5631:
URL: https://github.com/apache/kyuubi/pull/5631#discussion_r1391911173
##########
charts/kyuubi/values.yaml:
##########
@@ -115,6 +133,12 @@ server:
port: "{{ .Values.server.mysql.port }}"
nodePort: ~
annotations: {}
+ #candidates are ClientIP or None, ClientIP is required to set if session
affinity is enabled
+ sessionAffinity: ~
+ #default is 10800s
+ sessionAffinityConfig:
+ clientIP:
+ timeoutSeconds: ~
Review Comment:
sounds good. Thanks
--
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]