File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ func (a *Agent) runAdminServer(o *GrpcProxyAgentOptions) error {
227
227
muxHandler .HandleFunc ("/ready" , readinessHandler )
228
228
muxHandler .HandleFunc ("/metrics" , metricsHandler )
229
229
adminServer := & http.Server {
230
- Addr : "127.0.0.1 :8093" ,
230
+ Addr : ":8093" ,
231
231
Handler : muxHandler ,
232
232
MaxHeaderBytes : 1 << 20 ,
233
233
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: ServiceAccount
3
3
metadata :
4
4
name : konnectivity-agent
5
5
namespace : kube-system
6
- ---
6
+ ---
7
7
apiVersion : v1
8
8
kind : Pod
9
9
metadata :
31
31
livenessProbe :
32
32
httpGet :
33
33
scheme : HTTP
34
- host : 127.0.0.1
35
34
port : 8093
36
35
path : /healthz
37
36
initialDelaySeconds : 15
50
49
sources :
51
50
- serviceAccountToken :
52
51
path : konnectivity-agent-token
53
- audience : system:konnectivity-server
52
+ audience : system:konnectivity-server
You can’t perform that action at this time.
0 commit comments