@@ -74,7 +74,7 @@ agones:
7474 mutatingWebhook :
7575 annotations : {}
7676 disableCaBundle : false
77- customCertSecretPath : {}
77+ customCertSecretPath : []
7878 safeToEvict : false
7979 persistentLogs : true
8080 persistentLogsSizeLimitMB : 10000
@@ -98,7 +98,7 @@ agones:
9898 replicas : 2
9999 pdb :
100100 minAvailable : 1
101- topologySpreadConstraints : {}
101+ topologySpreadConstraints : []
102102 extensions :
103103 resources : {}
104104 # requests:
@@ -134,7 +134,7 @@ agones:
134134 mutatingWebhook :
135135 annotations : {}
136136 disableCaBundle : false
137- customCertSecretPath : {}
137+ customCertSecretPath : []
138138 persistentLogs : true
139139 persistentLogsSizeLimitMB : 10000
140140 logLevel : info
@@ -158,7 +158,7 @@ agones:
158158 initialDelaySeconds : 3
159159 periodSeconds : 3
160160 failureThreshold : 3
161- topologySpreadConstraints : {}
161+ topologySpreadConstraints : []
162162 ping :
163163 install : true
164164 pdb :
@@ -187,6 +187,8 @@ agones:
187187 externalTrafficPolicy : Cluster
188188 loadBalancerSourceRanges : []
189189 annotations : {}
190+ ipFamilyPolicy : " "
191+ ipFamilies : []
190192 udp :
191193 expose : true
192194 rateLimit : 20
@@ -197,12 +199,14 @@ agones:
197199 externalTrafficPolicy : Cluster
198200 loadBalancerSourceRanges : []
199201 annotations : {}
202+ ipFamilyPolicy : " "
203+ ipFamilies : []
200204 healthCheck :
201205 initialDelaySeconds : 3
202206 periodSeconds : 3
203207 failureThreshold : 3
204208 timeoutSeconds : 1
205- topologySpreadConstraints : {}
209+ topologySpreadConstraints : []
206210 allocator :
207211 install : true
208212 pdb :
@@ -240,6 +244,8 @@ agones:
240244 loadBalancerIP : " "
241245 loadBalancerSourceRanges : []
242246 annotations : {}
247+ ipFamilyPolicy : " "
248+ ipFamilies : []
243249 http :
244250 enabled : true
245251 appProtocol : " "
@@ -273,10 +279,10 @@ agones:
273279 remoteAllocationTimeout : 10s
274280 totalRemoteAllocationTimeout : 30s
275281 allocationBatchWaitTime : 500ms
276- topologySpreadConstraints : {}
282+ topologySpreadConstraints : []
277283 image :
278284 registry : ccr.ccs.tencentyun.com/tke-market
279- tag : 1.47 .0
285+ tag : 1.50 .0
280286 controller :
281287 name : agones-controller
282288 pullPolicy : IfNotPresent
0 commit comments