Skip to content

Commit

Permalink
Revise default timeouts (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotchev authored Apr 16, 2020
1 parent f030c8d commit a409029
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/service-broker-proxy-k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ config:
url:
server:
port: 8081
request_timeout: 6000ms
shutdown_timeout: 6000ms
request_timeout: 2m
shutdown_timeout: 6s
log:
level: info
format: text
sm:
url: http://service-manager.dev.cfdev.sh
osb_api_path: /v1/osb
request_timeout: 6000ms
request_timeout: 2m
skip_ssl_validation: false
producer:
resync_period: 1h
resync_period: 12h
k8s:
client:
timeout: 30000ms
timeout: 30s
authn:
user: admin
password: admin
Expand Down

0 comments on commit a409029

Please sign in to comment.