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-23 15:31:40 +00:00
parent 70a8c38d06
commit 7ec178cda2
8 changed files with 196 additions and 5268 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="prometheus-0.0.10"></a>
### [prometheus-0.0.10](https://github.com/truecharts/apps/compare/prometheus-0.0.9...prometheus-0.0.10) (2021-11-23)
#### Fix
* correct port reference for alertmanager
<a name="prometheus-0.0.9"></a>
### [prometheus-0.0.9](https://github.com/truecharts/apps/compare/prometheus-0.0.8...prometheus-0.0.9) (2021-11-23)

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="loki-1.0.4"></a>
### [loki-1.0.4](https://github.com/truecharts/apps/compare/loki-1.0.3...loki-1.0.4) (2021-11-23)
#### Chore
* move loki to stable
<a name="loki-1.0.3"></a>
### [loki-1.0.3](https://github.com/truecharts/apps/compare/loki-1.0.2...loki-1.0.3) (2021-11-23)

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="prometheus-0.0.10"></a>
### [prometheus-0.0.10](https://github.com/truecharts/apps/compare/prometheus-0.0.9...prometheus-0.0.10) (2021-11-23)
#### Fix
* correct port reference for alertmanager
<a name="prometheus-0.0.9"></a>
### [prometheus-0.0.9](https://github.com/truecharts/apps/compare/prometheus-0.0.8...prometheus-0.0.9) (2021-11-23)

View File

@ -0,0 +1,45 @@
# Changelog<br>
<a name="loki-1.0.4"></a>
### [loki-1.0.4](https://github.com/truecharts/apps/compare/loki-1.0.3...loki-1.0.4) (2021-11-23)
#### Chore
* move loki to stable
<a name="loki-1.0.3"></a>
### [loki-1.0.3](https://github.com/truecharts/apps/compare/loki-1.0.2...loki-1.0.3) (2021-11-23)
#### Chore
* update non-major deps helm releases ([#1386](https://github.com/truecharts/apps/issues/1386))
<a name="loki-1.0.2"></a>
### [loki-1.0.2](https://github.com/truecharts/apps/compare/loki-1.0.1...loki-1.0.2) (2021-11-22)
#### Chore
* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383))
<a name="loki-1.0.1"></a>
### [loki-1.0.1](https://github.com/truecharts/apps/compare/loki-1.0.0...loki-1.0.1) (2021-11-22)
#### Chore
* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380))
<a name="loki-0.0.1"></a>
### loki-0.0.1 (2021-11-21)
#### Add
* Add Loki ([#1367](https://github.com/truecharts/apps/issues/1367))

View File

@ -0,0 +1,8 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,69 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| alerting_groups | list | `[]` | |
| args[0] | string | `"-config.file=/etc/loki/loki.yaml"` | |
| config.auth_enabled | bool | `false` | |
| config.chunk_store_config.max_look_back_period | string | `"0s"` | |
| config.compactor.shared_store | string | `"filesystem"` | |
| config.compactor.working_directory | string | `"/data/loki/boltdb-shipper-compactor"` | |
| config.ingester.chunk_block_size | int | `262144` | |
| config.ingester.chunk_idle_period | string | `"3m"` | |
| config.ingester.chunk_retain_period | string | `"1m"` | |
| config.ingester.lifecycler.ring.kvstore.store | string | `"inmemory"` | |
| config.ingester.lifecycler.ring.replication_factor | int | `1` | |
| config.ingester.max_transfer_retries | int | `0` | |
| config.ingester.wal.dir | string | `"/data/loki/wal"` | |
| config.limits_config.enforce_metric_name | bool | `false` | |
| config.limits_config.reject_old_samples | bool | `true` | |
| config.limits_config.reject_old_samples_max_age | string | `"168h"` | |
| config.schema_config.configs[0].from | string | `"2020-10-24"` | |
| config.schema_config.configs[0].index.period | string | `"24h"` | |
| config.schema_config.configs[0].index.prefix | string | `"index_"` | |
| config.schema_config.configs[0].object_store | string | `"filesystem"` | |
| config.schema_config.configs[0].schema | string | `"v11"` | |
| config.schema_config.configs[0].store | string | `"boltdb-shipper"` | |
| config.server.http_listen_port | int | `3100` | |
| config.storage_config.boltdb_shipper.active_index_directory | string | `"/data/loki/boltdb-shipper-active"` | |
| config.storage_config.boltdb_shipper.cache_location | string | `"/data/loki/boltdb-shipper-cache"` | |
| config.storage_config.boltdb_shipper.cache_ttl | string | `"24h"` | |
| config.storage_config.boltdb_shipper.shared_store | string | `"filesystem"` | |
| config.storage_config.filesystem.directory | string | `"/data/loki/chunks"` | |
| config.table_manager.retention_deletes_enabled | bool | `false` | |
| config.table_manager.retention_period | string | `"0s"` | |
| controller.replicas | int | `1` | Number of desired pods |
| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit |
| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition |
| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge |
| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable |
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. |
| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset |
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"grafana/loki"` | |
| image.tag | string | `"2.4.1@sha256:1d802d29cf041601895ce16439757baf4dac71a21069957616ee7988746bf59c"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/etc/loki"` | Where to mount the volume in the main container. |
| persistence.config.objectName | string | `"{{ include \"common.names.fullname\" . -}}-config"` | Specify the name of the configmap object to be mounted |
| persistence.config.type | string | `"secret"` | |
| probes.liveness.path | string | `"/ready"` | |
| probes.readiness.path | string | `"/ready"` | |
| probes.startup.path | string | `"/ready"` | |
| promtail.enabled | bool | `true` | |
| service.main.ports.main.port | int | `3100` | |
| service.main.ports.main.protocol | string | `"HTTP"` | |
| service.main.ports.main.targetPort | int | `3100` | |
| volumeClaimTemplates.data.enabled | bool | `true` | |
| volumeClaimTemplates.data.mountPath | string | `"/data"` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,38 @@
# Introduction
Loki: like Prometheus, but for logs.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/grafana/loki>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://grafana.github.io/helm-charts | promtail | ^3.0.0 |
| https://truecharts.org | common | 8.9.3 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

File diff suppressed because it is too large Load Diff