|
1 | 1 |
|
2 | 2 | # llm-d Helm Chart for OpenShift |
3 | 3 |
|
4 | | - |
| 4 | + |
5 | 5 |  |
6 | 6 |
|
7 | 7 | A Helm chart for llm-d |
@@ -159,11 +159,11 @@ Kubernetes: `>= 1.25.0-0` |
159 | 159 | | ingress | Ingress configuration | object | `{"annotations":{},"enabled":true,"extraHosts":[],"extraTls":[],"host":"","ingressClassName":"","path":"/","tls":{"enabled":false,"secretName":""}}` | |
160 | 160 | | ingress.annotations | Additional annotations for the Ingress resource | object | `{}` | |
161 | 161 | | ingress.enabled | Deploy Ingress | bool | `true` | |
162 | | -| ingress.extraHosts | List of additional hostnames to be covered with this ingress record (e.g. a CNAME) <!-- E.g. extraHosts: - name: backstage.env.example.com path: / (Optional) pathType: Prefix (Optional) port: 7007 (Optional) --> | list | `[]` | |
163 | | -| ingress.extraTls | The TLS configuration for additional hostnames to be covered with this ingress record. <br /> Ref: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls <!-- E.g. extraTls: - hosts: - backstage.env.example.com secretName: backstage-env --> | list | `[]` | |
164 | | -| ingress.host | Hostname to be used to expose the route to access the backstage application (e.g: backstage.IP.nip.io) | string | `""` | |
| 162 | +| ingress.extraHosts | List of additional hostnames to be covered with this ingress record (e.g. a CNAME) <!-- E.g. extraHosts: - name: llm-d.env.example.com path: / (Optional) pathType: Prefix (Optional) port: 7007 (Optional) --> | list | `[]` | |
| 163 | +| ingress.extraTls | The TLS configuration for additional hostnames to be covered with this ingress record. <br /> Ref: https://kubernetes.io/docs/concepts/services-networking/ingress/#tls <!-- E.g. extraTls: - hosts: - llm-d.env.example.com secretName: llm-d-env --> | list | `[]` | |
| 164 | +| ingress.host | Hostname to be used to expose the NodePort service to the inferencing gateway | string | `""` | |
165 | 165 | | ingress.ingressClassName | Name of the IngressClass cluster resource which defines which controller will implement the resource (e.g nginx) | string | `""` | |
166 | | -| ingress.path | Path to be used to expose the full route to access the backstage application (e.g: IP.nip.io/backstage) | string | `"/"` | |
| 166 | +| ingress.path | Path to be used to expose the full route to access the inferencing gateway | string | `"/"` | |
167 | 167 | | ingress.tls | Ingress TLS parameters | object | `{"enabled":false,"secretName":""}` | |
168 | 168 | | ingress.tls.enabled | Enable TLS configuration for the host defined at `ingress.host` parameter | bool | `false` | |
169 | 169 | | ingress.tls.secretName | The name to which the TLS Secret will be called | string | `""` | |
|
0 commit comments