You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/runai-setup/self-hosted/k8s/backend.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ To apply the changes run `helm upgrade` and use `--set` to set specific configur
46
46
| Key | Change | Description |
47
47
|----------|----------|-------------|
48
48
|`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 |
50
50
|`<component>` <br>  `resources:` <br>  `limits:` <br>   `cpu: 500m` <br>   `memory: 512Mi` <br>  `requests:` <br>   `cpu: 250m` <br>   `memory: 256Mi`| Pod request and limits | Set Run:ai and 3rd party services' resources |
0 commit comments