@@ -85,13 +85,12 @@ server:
8585 port : " {{ .Values.server.thriftBinary.port }}"
8686 nodePort : ~
8787 annotations : {}
88- # candidates are ClientIP or None, ClientIP is required to set if session affinity is enabled
89- # default timeout is 10800s
90- sessionAffinity : {}
91- # sessionAffinity: ClientIP
92- # sessionAffinityConfig:
93- # clientIP:
94- # timeoutSeconds: 10800s
88+ # candidates are ClientIP or None, ClientIP is required to set if session affinity is enabled
89+ # default timeout is 10800s
90+ sessionAffinity : ~
91+ sessionAffinityConfig : {}
92+ # clientIP:
93+ # timeoutSeconds: 10800
9594
9695 # Thrift HTTP protocol (HiveServer2 compatible)
9796 thriftHttp :
@@ -102,13 +101,12 @@ server:
102101 port : " {{ .Values.server.thriftHttp.port }}"
103102 nodePort : ~
104103 annotations : {}
105- # candidates are ClientIP or None, ClientIP is required to set if session affinity is enabled
106- # default timeout is 10800s
107- sessionAffinity : {}
108- # sessionAffinity: ClientIP
109- # sessionAffinityConfig:
110- # clientIP:
111- # timeoutSeconds: 10800s
104+ # candidates are ClientIP or None, ClientIP is required to set if session affinity is enabled
105+ # default timeout is 10800s
106+ sessionAffinity : ~
107+ sessionAffinityConfig : {}
108+ # clientIP:
109+ # timeoutSeconds: 10800
112110
113111 # REST API protocol (experimental)
114112 rest :
@@ -119,13 +117,12 @@ server:
119117 port : " {{ .Values.server.rest.port }}"
120118 nodePort : ~
121119 annotations : {}
122- # candidates are ClientIP or None, ClientIP is required to set if session affinity is enabled
123- # default timeout is 10800s
124- sessionAffinity : {}
125- # sessionAffinity: ClientIP
126- # sessionAffinityConfig:
127- # clientIP:
128- # timeoutSeconds: 10800s
120+ # candidates are ClientIP or None, ClientIP is required to set if session affinity is enabled
121+ # default timeout is 10800s
122+ sessionAffinity : ~
123+ sessionAffinityConfig : {}
124+ # clientIP:
125+ # timeoutSeconds: 10800
129126
130127 # MySQL compatible text protocol (experimental)
131128 mysql :
@@ -136,13 +133,12 @@ server:
136133 port : " {{ .Values.server.mysql.port }}"
137134 nodePort : ~
138135 annotations : {}
139- # candidates are ClientIP or None, ClientIP is required to set if session affinity is enabled
140- # default timeout is 10800s
141- sessionAffinity : {}
142- # sessionAffinity: ClientIP
143- # sessionAffinityConfig:
144- # clientIP:
145- # timeoutSeconds: 10800s
136+ # candidates are ClientIP or None, ClientIP is required to set if session affinity is enabled
137+ # default timeout is 10800s
138+ sessionAffinity : ~
139+ sessionAffinityConfig : {}
140+ # clientIP:
141+ # timeoutSeconds: 10800
146142
147143monitoring :
148144 # Exposes metrics in Prometheus format
0 commit comments