Skip to content

Commit a524e7c

Browse files
author
Jay Boyd
committed
service catalog: start API and Controller pods with -v 3
1 parent 1691e4d commit a524e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/service-catalog/service-catalog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ objects:
268268
- --etcd-servers
269269
- http://localhost:2379
270270
- -v
271-
- "10"
271+
- "3"
272272
- --cors-allowed-origins
273273
- ${CORS_ALLOWED_ORIGIN}
274274
- --feature-gates
@@ -361,7 +361,7 @@ objects:
361361
- --secure-port
362362
- "6444"
363363
- -v
364-
- "5"
364+
- "3"
365365
- --leader-election-namespace
366366
- kube-service-catalog
367367
- --broker-relist-interval

0 commit comments

Comments
 (0)