@@ -126,7 +126,7 @@ spec:
126
126
- --enable-admission-plugins
127
127
- " NamespaceLifecycle,DefaultServicePlan,ServiceBindingsLifecycle,ServicePlanChangeValidator,BrokerAuthSarCheck"
128
128
- --secure-port
129
- - " 443 "
129
+ - " 5443 "
130
130
- --etcd-servers
131
131
- http://localhost:2379
132
132
- -v
@@ -136,13 +136,13 @@ spec:
136
136
- --feature-gates
137
137
- ServicePlanDefaults=false
138
138
ports :
139
- - containerPort : 443
139
+ - containerPort : 5443
140
140
volumeMounts :
141
141
- name : apiservice-cert
142
142
mountPath : /var/run/kubernetes-service-catalog
143
143
readinessProbe :
144
144
httpGet :
145
- port : 443
145
+ port : 5443
146
146
path : /healthz
147
147
scheme : HTTPS
148
148
failureThreshold : 1
@@ -152,7 +152,7 @@ spec:
152
152
timeoutSeconds : 2
153
153
livenessProbe :
154
154
httpGet :
155
- port : 443
155
+ port : 5443
156
156
path : /healthz
157
157
scheme : HTTPS
158
158
failureThreshold : 3
@@ -283,48 +283,56 @@ spec:
283
283
displayName : ClusterServiceClass
284
284
description : A service catalog resource
285
285
deploymentName : svcat-catalog-apiserver
286
+ containerPort : 5443
286
287
- group : servicecatalog.k8s.io
287
288
version : v1beta1
288
289
kind : ClusterServicePlan
289
290
displayName : ClusterServicePlan
290
291
description : A service catalog resource
291
292
deploymentName : svcat-catalog-apiserver
293
+ containerPort : 5443
292
294
- group : servicecatalog.k8s.io
293
295
version : v1beta1
294
296
kind : ClusterServiceBroker
295
297
displayName : ClusterServiceBroker
296
298
description : A service catalog resource
297
299
deploymentName : svcat-catalog-apiserver
300
+ containerPort : 5443
298
301
- group : servicecatalog.k8s.io
299
302
version : v1beta1
300
303
kind : ServiceInstance
301
304
displayName : ServiceInstance
302
305
description : A service catalog resource
303
306
deploymentName : svcat-catalog-apiserver
307
+ containerPort : 5443
304
308
- group : servicecatalog.k8s.io
305
309
version : v1beta1
306
310
kind : ServiceBinding
307
311
displayName : ServiceBinding
308
312
description : A service catalog resource
309
313
deploymentName : svcat-catalog-apiserver
314
+ containerPort : 5443
310
315
- group : servicecatalog.k8s.io
311
316
version : v1beta1
312
317
kind : ServiceClass
313
318
displayName : ServiceClass
314
319
description : A service catalog resource
315
320
deploymentName : svcat-catalog-apiserver
321
+ containerPort : 5443
316
322
- group : servicecatalog.k8s.io
317
323
version : v1beta1
318
324
kind : ServicePlan
319
325
displayName : ServicePlan
320
326
description : A service catalog resource
321
327
deploymentName : svcat-catalog-apiserver
328
+ containerPort : 5443
322
329
- group : servicecatalog.k8s.io
323
330
version : v1beta1
324
331
kind : ServiceBroker
325
332
displayName : ServiceBroker
326
333
description : A service catalog resource
327
334
deploymentName : svcat-catalog-apiserver
335
+ containerPort : 5443
328
336
customresourcedefinitions :
329
337
required :
330
338
- name : etcdclusters.etcd.database.coreos.com
0 commit comments