mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-14 13:25:21 +00:00
fix: add host infer to the chart docs
Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>
This commit is contained in:
parent
f4d8c8b7f5
commit
7be46e0a6d
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ The open source Sourcegraph alternative. Sourcebot gives you a powerful interfac
|
||||||
| ingress.annotations | object | `{}` | Ingress annotations. |
|
| ingress.annotations | object | `{}` | Ingress annotations. |
|
||||||
| ingress.className | string | `""` | Ingress class name. |
|
| ingress.className | string | `""` | Ingress class name. |
|
||||||
| ingress.enabled | bool | `false` | Enable or disable ingress. |
|
| ingress.enabled | bool | `false` | Enable or disable ingress. |
|
||||||
| ingress.hosts | list | `[]` | List of hostnames and paths for ingress rules. |
|
| ingress.hosts | list | `[]` | List of hostnames and paths for ingress rules. The first host will be used as the default host. |
|
||||||
| ingress.tls | list | `[]` | TLS settings for ingress. |
|
| ingress.tls | list | `[]` | TLS settings for ingress. |
|
||||||
| initContainers | list | `[]` | Configure init containers to run before the main container. |
|
| initContainers | list | `[]` | Configure init containers to run before the main container. |
|
||||||
| license | object | `{}` | Configure the enterprise license key secret by providing license.secretName and license.secretKey to use a Kubernetes secret. |
|
| license | object | `{}` | Configure the enterprise license key secret by providing license.secretName and license.secretKey to use a Kubernetes secret. |
|
||||||
|
|
|
||||||
|
|
@ -125,7 +125,7 @@ ingress:
|
||||||
# kubernetes.io/ingress.class: nginx
|
# kubernetes.io/ingress.class: nginx
|
||||||
# kubernetes.io/tls-acme: "true"
|
# kubernetes.io/tls-acme: "true"
|
||||||
|
|
||||||
# -- List of hostnames and paths for ingress rules.
|
# -- List of hostnames and paths for ingress rules. The first host will be used as the default host.
|
||||||
hosts: []
|
hosts: []
|
||||||
# - host: chart-example.local
|
# - host: chart-example.local
|
||||||
# paths:
|
# paths:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue