File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -266,8 +266,8 @@ func newProxyRunOptions() *ProxyRunOptions {
266
266
udsName : "" ,
267
267
serverPort : 8090 ,
268
268
agentPort : 8091 ,
269
- adminPort : 8092 ,
270
- healthPort : 8093 ,
269
+ healthPort : 8092 ,
270
+ adminPort : 8093 ,
271
271
serverID : uuid .New ().String (),
272
272
serverCount : 1 ,
273
273
agentNamespace : "" ,
Original file line number Diff line number Diff line change 24
24
" --cluster-key=/etc/srv/kubernetes/pki/apiserver.key" ,
25
25
" --server-port=0" ,
26
26
" --agent-port=8091" ,
27
- " --admin -port=8092" ,
28
- " --health -port=8093" ,
27
+ " --health -port=8092" ,
28
+ " --admin -port=8093" ,
29
29
" --mode=http-connect" ,
30
30
" --agent-namespace=kube-system" ,
31
31
" --agent-service-account=konnectivity-agent" ,
36
36
httpGet :
37
37
scheme : HTTP
38
38
host : 127.0.0.1
39
- port : 8093
39
+ port : 8092
40
40
path : /healthz
41
41
initialDelaySeconds : 10
42
42
timeoutSeconds : 60
@@ -47,10 +47,10 @@ spec:
47
47
- name : agentport
48
48
containerPort : 8091
49
49
hostPort : 8091
50
- - name : adminport
50
+ - name : healthport
51
51
containerPort : 8092
52
52
hostPort : 8092
53
- - name : healthport
53
+ - name : adminport
54
54
containerPort : 8093
55
55
hostPort : 8093
56
56
volumeMounts :
You can’t perform that action at this time.
0 commit comments