Skip to content

Commit

Permalink
remove ms (#3850)
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Hunter <[email protected]>
  • Loading branch information
hhunter-ms authored Oct 26, 2023
1 parent c855e99 commit a64e00b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- name: maxIdleConnections
value: <REPLACE-WITH-MAX-IDLE-CONNECTIONS> # Optional. default: "2"
- name: timeout
value: <REPLACE-WITH-TIMEOUT> # Optional. default: "1000ms"
value: <REPLACE-WITH-TIMEOUT> # Optional. default: "1000"
```
{{% alert title="Warning" color="warning" %}}
Expand All @@ -38,7 +38,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr
|--------------------|:--------:|---------|---------|
| hosts | Y | Comma delimited endpoints | `"memcached.default.svc.cluster.local:11211"`
| maxIdleConnections | N | The max number of idle connections. Defaults to `"2"` | `"3"`
| timeout | N | The timeout for the calls. Defaults to `"1000ms"` | `"1000ms"`
| timeout | N | The timeout for the calls in milliseconds. Defaults to `"1000"` | `"1000"`
## Setup Memcached
Expand Down

0 comments on commit a64e00b

Please sign in to comment.