Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-21 23:38:30 +00:00
parent f0ff577857
commit 66dfb440a4
6 changed files with 33 additions and 3 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="common-8.8.0"></a>
### [common-8.8.0](https://github.com/truecharts/apps/compare/common-8.7.1...common-8.8.0) (2021-11-21)
#### Feat
* allow for custom selector labels on services. ([#1374](https://github.com/truecharts/apps/issues/1374))
<a name="common-8.7.1"></a>
### [common-8.7.1](https://github.com/truecharts/apps/compare/common-8.7.0...common-8.7.1) (2021-11-21)
+1
View File
@@ -233,6 +233,7 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| service.main.ports.main.targetPort | string | `nil` | Specify a service targetPort if you wish to differ the service port from the application port. If `targetPort` is specified, this port number is used in the container definition instead of the `port` value. Therefore named ports are not supported for this field. |
| service.main.portsList | list | See below | Configure additional Service port information here. |
| service.main.primary | bool | `true` | Make this the primary service (used in probes, notes, etc...). If there is more than 1 service, make sure that only 1 service is marked as primary. |
| service.main.selector | object | `{}` | Override default selector |
| service.main.type | string | `"ClusterIP"` | Set the service type Options: Simple(Loadbalancer), LoadBalancer, ClusterIP, NodePort |
| serviceAccount | object | See below | Create serviceaccount |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |