Skip to content

Commit

Permalink
replace special characters in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thr authored and thr committed Jun 7, 2024
1 parent 9f2697c commit 9c68325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apigateway/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ metering:
enabled: true
# -- The URL of the metering aggregator server REST API.
serverUrl: "https://metering.softwareag.cloud/api/measurements"
# -- Тhe type of the proxy that the metering client uses.
# -- The type of the proxy that the metering client uses.
# Valid values are:
# *DIRECT (default).
# *HTTP
Expand All @@ -468,7 +468,7 @@ metering:
# *Numbers: 0-9
# *Special characters: !@#$%^&*()_+-=[]{}\/?,.<>;
proxyPass:
# -- Тhe time in milliseconds to establish the initial TCP connection when the metering client calls the server REST endpoint. This is also the time to start the request.
# -- The time in milliseconds to establish the initial TCP connection when the metering client calls the server REST endpoint. This is also the time to start the request.
serverConnectTimeout: "60000"
# -- The maximum time in milliseconds without data transfer over the TCP connection to the server. This is also the time that it takes for the server to respond. When this time passes, the request fails.
serverReadTimeout: "300000"
Expand Down

0 comments on commit 9c68325

Please sign in to comment.