Skip to content

Commit

Permalink
change helm to contrib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
weibo-zhao committed May 18, 2022
1 parent 2464844 commit 7d0d988
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dry_run = false
type = "google_chat"
endpoint = "https://chat.googleapis.com/v1/spaces/xxx/messages?key=key&token=token%3D"
max_idle_conns = 50
timeout = "7s"
timeout = "30s"
# proxy_url = "http://internal-squid-proxy.com:3128"
template = "static/message.tmpl"
thread_ttl = "12h"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions helm/values.yaml → contrib/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ configmap:
# Address of the HTTP Server.
address: "0.0.0.0:6000"
# Server timeout for HTTP requests.
server_timeout: "5s"
server_timeout: "60s"
# Whether to log incoming HTTP requests or not.
enable_request_logs: true
# Use `debug` to enable verbose logging. Can be set to `info` otherwise.
Expand All @@ -22,7 +22,7 @@ configmap:
# Max idle connections in the HTTP Client.
max_idle_conns: 50
# Timeout for making requests to Provider.
timeout: "7s"
timeout: "30s"
# Specify `proxy_url` as your proxy endpoint to route all HTTP requests to the provider via a proxy.
proxy_url: "http://internal-squid-proxy.com:3128"
# Path to specify the message template path.
Expand All @@ -40,7 +40,7 @@ configmap:
# Max idle connections in the HTTP Client.
max_idle_conns: 50
# Timeout for making requests to Provider.
timeout: "7s"
timeout: "30s"
# Specify `proxy_url` as your proxy endpoint to route all HTTP requests to the provider via a proxy.
proxy_url: "http://internal-squid-proxy.com:3128"
# Path to specify the message template path.
Expand Down

0 comments on commit 7d0d988

Please sign in to comment.