mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
Merge pull request #27 from halkeye/patch-1
[nzbhyrda2] Fix case in readme for service
This commit is contained in:
commit
457a149637
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v2.26.0
|
appVersion: v2.26.0
|
||||||
description: Usenet meta search
|
description: Usenet meta search
|
||||||
name: nzbhydra2
|
name: nzbhydra2
|
||||||
version: 3.0.1
|
version: 3.0.2
|
||||||
keywords:
|
keywords:
|
||||||
- nzbhydra2
|
- nzbhydra2
|
||||||
- usenet
|
- usenet
|
||||||
|
@ -47,12 +47,12 @@ The following tables lists the configurable parameters of the Sentry chart and t
|
|||||||
| `probes.startup.initialDelaySeconds` | Specify startup `initialDelaySeconds` parameter for the deployment | `5` |
|
| `probes.startup.initialDelaySeconds` | Specify startup `initialDelaySeconds` parameter for the deployment | `5` |
|
||||||
| `probes.startup.failureThreshold` | Specify startup `failureThreshold` parameter for the deployment | `30` |
|
| `probes.startup.failureThreshold` | Specify startup `failureThreshold` parameter for the deployment | `30` |
|
||||||
| `probes.startup.periodSeconds` | Specify startup `periodSeconds` parameter for the deployment | `10` |
|
| `probes.startup.periodSeconds` | Specify startup `periodSeconds` parameter for the deployment | `10` |
|
||||||
| `Service.type` | Kubernetes service type for the nzbhydra2 GUI | `ClusterIP` |
|
| `service.type` | Kubernetes service type for the nzbhydra2 GUI | `ClusterIP` |
|
||||||
| `Service.port` | Kubernetes port where the nzbhydra2 GUI is exposed| `5076` |
|
| `service.port` | Kubernetes port where the nzbhydra2 GUI is exposed| `5076` |
|
||||||
| `Service.annotations` | Service annotations for the nzbhydra2 GUI | `{}` |
|
| `service.annotations` | Service annotations for the nzbhydra2 GUI | `{}` |
|
||||||
| `Service.labels` | Custom labels | `{}` |
|
| `service.labels` | Custom labels | `{}` |
|
||||||
| `Service.loadBalancerIP` | Loadbalance IP for the nzbhydra2 GUI | `{}` |
|
| `service.loadBalancerIP` | Loadbalance IP for the nzbhydra2 GUI | `{}` |
|
||||||
| `Service.loadBalancerSourceRanges` | List of IP CIDRs allowed access to load balancer (if supported) | None
|
| `service.loadBalancerSourceRanges` | List of IP CIDRs allowed access to load balancer (if supported) | None
|
||||||
| `ingress.enabled` | Enables Ingress | `false` |
|
| `ingress.enabled` | Enables Ingress | `false` |
|
||||||
| `ingress.annotations` | Ingress annotations | `{}` |
|
| `ingress.annotations` | Ingress annotations | `{}` |
|
||||||
| `ingress.labels` | Custom labels | `{}`
|
| `ingress.labels` | Custom labels | `{}`
|
||||||
|
Loading…
Reference in New Issue
Block a user