Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-10-26 19:34:54 -04:00 committed by GitHub
parent c855e99334
commit a64e00b0e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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" %}}
@ -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