File tree Expand file tree Collapse file tree
misc/helm-charts/operator/templates
src/orchestratord/src/bin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ spec:
247247 ports :
248248 - containerPort : 3100
249249 name : metrics
250- - containerPort : 8001
250+ - containerPort : 10250
251251 name : webhook
252252 resources :
253253 {{- toYaml .Values.operator.resources | nindent 10 }}
Original file line number Diff line number Diff line change 2121 ports :
2222 - name : webhook
2323 protocol : TCP
24- port : 8001
25- targetPort : 8001
24+ port : 10250
25+ targetPort : 10250
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ pub struct Args {
6161 profiling_listen_address : SocketAddr ,
6262 #[ clap( long, default_value = "[::]:3100" ) ]
6363 metrics_listen_address : SocketAddr ,
64- #[ clap( long, default_value = "[::]:8001 " ) ]
64+ #[ clap( long, default_value = "[::]:10250 " ) ]
6565 webhook_listen_address : SocketAddr ,
6666
6767 #[ clap( long) ]
6868 webhook_service_name : String ,
6969 #[ clap( long) ]
7070 webhook_service_namespace : String ,
71- #[ clap( long, default_value = "8001 " ) ]
71+ #[ clap( long, default_value = "10250 " ) ]
7272 webhook_service_port : u16 ,
7373 #[ clap( long, default_value = "/etc/tls/ca.crt" ) ]
7474 tls_ca : String ,
You can’t perform that action at this time.
0 commit comments