Skip to content

Commit 11fdc73

Browse files
authored
fixes pr
1 parent fc7750b commit 11fdc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/runai-setup/self-hosted/k8s/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To apply the changes run `helm upgrade` and use `--set` to set specific configur
4646
| Key | Change | Description |
4747
|----------|----------|-------------|
4848
| `global.ingress.ingressClass` | Ingress class | Run:ai default is using NGINX. If your cluster has a different ingress controller, you can configure the ingress class to be created by Run:ai |
49-
| `global.ingress.tlsSecretName` | TLS secret name | Run:ai requires the creation of a secret with domain certificate. See [above](#domain-certificate). If the `runai-backend` namespace already had such a secret, you can set the secret name here |
49+
| `global.ingress.tlsSecretName` | TLS secret name | Run:ai requires the creation of a secret with [domain certificate](./preparations.md#domain-certificate). If the `runai-backend` namespace already had such a secret, you can set the secret name here |
5050
| `<component>` <br> &ensp;`resources:` <br> &emsp; `limits:` <br> &emsp; &ensp; `cpu: 500m` <br> &emsp; &ensp; `memory: 512Mi` <br> &emsp; `requests:` <br> &emsp; &ensp; `cpu: 250m` <br> &emsp; &ensp; `memory: 256Mi` | Pod request and limits | Set Run:ai and 3rd party services' resources |
5151
|<div style="width:200px"></div>| | |
5252

0 commit comments

Comments
 (0)