* feat(Omada-Controller): Add additional ENV VARS
* remove targetPort so it failsback to the value of port
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
* feat(docspell): add docspell
* add soe mroe stuff
* finish intregation
* add joex into the mix
* add few more
* use arrays instead of comma separated
* empty line
* update list function
* add some more
* finish files
* finish files
* run as root for tests
* use correct config for joex and add logging
* add db config to joex
* add schedullers
* add user tasks
* whoops
* lower common
* cleanup quest
* whoops
* fix port
* fix port
* quote ports
* fix bools
* commenout out few vars for now
* fix secret
* add some todo's
* disable solr for now
* dont quote lists
* try comma sepa
* hmhm
* back to envs
* re arrange a bit
* comment out for now
* .
* add some more
* add some more
* try smthing
* whops
* again
* typo
* .
* hmm
* fix identation
* hmm
* almost finish server config
* fix config name
* fix path
* hmm
* nomsg
* splt
* mount
* updates
* add some more
* lint
* use subpath
* whop
* add more
* comm
* fix some configs
* re-enabe solr
* some lists
* test allowed urls with wildcard in list
* more lists
* add more lists
* fulltextsearch
* add few more
* add openid
* enable probes on joex
* unused var
* fix joex probe
* remove defaults, it's already defined in values. no need for duplicaets
* add few mroe comments
* fix joex
* add dsc container
* change dir
* add dsc quiestions
* no probes for nwo
* add questions
* fix config
* add more questions
* bit of cleanup in the gui
* fix config
* enable probe and adjust config
* disable probes fo rnow
* chore(authentik): cleanup services and ingresses.
* add service monitor
* change port names
* default to flase
* test metrics enabled
* pre-commit
* add prometheus rules
* bump
* lint
* revert probe
* use standardized metrics ui
* mistake
* on upgrades there is no "metrics" key yet
* one more
* feat(immich): add immich
* quote bool
* mount nginx config on proxy
* run as node user
* fix CM
* hmm
* make entrypoint executables
* server entrypoint
* whoops
* chmod something..
* add mapbox keys
* fix cm
* fix cm
* add some probes
* one mroe probe
* split configmap
* add ui
* add all db envs to ML
* passwds also
* fix(keeweb) code cleanup + add http port
* remove excess space
* fix advancedPortHTTP
* some changes
* some more
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
* move tempaltes
* update scripts
* bump for test
* print some info
* move some more files
* see what is taking so long
* remove time
* simple->LB
* CRLF->LF
* handle both LF and CRLF
* bumps
* fix(blocky): allow port changes, allow dot and fix api access
* update documentation and remove non-present unbound feature
* more docs
* fix a sponsor link while at it
* fix mistake
* fix two mistakes in prometheus config
* fix questions.yaml as well
* fix bug in basic auth template
* fix(blocky): switch from subpath to items
* whoops
* don't run upgrade
* fix identation
* no message
* see content
* also see content
* agin
* -.-
* run
* run as is for now
* revert few things
* fix upstreams
* go again
* fix configmap of k8s-gateway
* bump common
* back to subPath
* add boostrapDns
* add filtering
* add custom dns
* add client lookup
* add caching
* add hostsFile
* add k8s forward
* add unbound
* apply suggestions from code review
* feat(mealie): Adapt to the new multi container upstream release
* update UI a bit
* finish UI
* well... also render things
* fix configmap and pin images
* quote
* port
* handle int...
* moar ints
* test again
* don't change api_port due to an upstream bug (?)
* test
* whops
* default port
* /docs is used for healthcheck (even by the Dockerfile it self)
* http probe on frontend
* chore(deps): update container image tccr.io/truecharts/zwavejs2mqtt to v8.0.0
* Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
* update to the new repo
* mark as breaking change
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Quick-Starts subfolder of the documentation no longer seems to exist.
This seems to be where the page moved to.
Signed-off-by: Jeff Bachtel <jeffbachtel@gaggle.net>
Signed-off-by: Jeff Bachtel <jeffbachtel@gaggle.net>
* Update prometheus configuration
* Add new config quesiton to adjust prometheus.scrapeInterval.
* Add new config question to adjust prometheus.evaluationInterval.
* Set default scrapeInterval to 15s to match typical Prometheus
deployments.
* Set WAL compression to on by default, this has been default upstream
since Prometheus v2.20.0 (2020-07-22).
Signed-off-by: SuperQ <superq@gmail.com>
* Update charts/stable/prometheus/questions.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Signed-off-by: SuperQ <superq@gmail.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
* Initial work for Jupyter notebook
* Fixed some things I forgot to change from base
* Added readme and changelog
* Update charts/incubator/jupyter/values.yaml
* Update charts/incubator/jupyter/values.yaml
* remove autogenerated content
* lint
* fix persistence and service
* Add some config options and try to fix permissions
I added some of the config options supported by the container. I also tried to fix permissions by setting UID and GID, but this doesn't seem to have worked
* Changed container to run as root
I changed the pod security so that it would run as root in order for it to deploy with proper folder permissions. From my understanding while the pod is running as root the actual jupyter process is running as user 568 since I set the uid and gid to 568.
* update IDs
* some improvements
* typo
* update image repo
* update questions
* this is not needed, as users can select auto perms on persistance section
* Update charts/incubator/jupyter/questions.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
* Update charts/incubator/jupyter/Chart.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
* add test
* add question
* clean up
* fix
* add salt
* add end
* fix
* secrets
* test
* lint
* low
* test
* bump
* Update _secrets.tpl
* Let users fill in their own encryption salt
* Let users fill in their own encryption salt
* make some changes
* some typos
* some typos
* update questions
* rofs
* updatequestions
* see users
* 1001
* rofs
* update questions
Co-authored-by: Stavros kois <s.kois@outlook.com>
The NodeSelectors was wrongly indented, causing the template to
generate empty names. This in result causes an error during
provisioning of metallb when L2 advertisements are used.
* feat(authentik): some rework
* disable built in outposts as we aim to spin our own
* piping the proxy outpost
* use bootstrap token for outposts
* remove comments
* add some docs about the token
* set defaults for outposts with ability to override
* add some docs
* empty space
* add spaces for readability
* different ports for metrics
* add comments for metrics
* remove service from gui
* rename prots
* rearrange
* update ports to solve conflicts
* reenable outpost
* turn off outposts
* rearrange
* try previous image
* nop
* major bump
* add ingresses
* set default $host
* quote true
* test with outposts enabled
* update docs
* try only ldap outpost
* update docs
* expose services of outpost to gui and values
* update gui
* update docs
* disable outpost
* update default port type
* use the targetPort to set ports for metrics
* flexible ports everywhere
* change probe port
* update probe
* some quote fixes
* update probes
* update ports
* no message
* give worker more startup time
* more
* probes...
* dont quote ports
* lint
* rofs
* whoops
* quote
* see env
* extract listen ports from main config
* don't load listen_ports envs
* use default port
* try quoting differently
* hardcode
* try more hardcoded change
* disable probes
* enable 1 probe
* another probe
* remove trailing slash?!
* again
* again
* test template
* give more time to probes
* more!?
* hmm
* see env vars
* I"M STUPID
* run
* last fixies
* see env
* disabel startup probe
* hmm
* enable readiness probe
* wth
* load env ..
* Aaaahh
* fix quotting
* start without worker
* delay worker startup
* enable worker
* try something better
* bash
* try again
* whoops
* dont chain
* oneliner
* one more try
* back to normal startup
* and default startup probe
* feat(wger): big cleanup
* empty spaace
* update targetPort in questions
* update nginx conf mounting
* quote url also
* whoops
* whoops
* set mail user/pass only when mail is enabled
* always define mail envs
* move some things around
* hmm
* try this as well
* print env
* always define from_mail
* typo
* always set emial_host
* see env
* whoops
* run
* set port aswell
* port int
* whoops
* wtf
* set defaults to all mail vars
* mhmm
* false mail
* ffs
* whoops
* try now
* so many things required...
* no message
* fix enable
* Update charts/incubator/wger/Chart.yaml
* fix(plaxt): move to stable and added docs v2
* Rename README..md to README.md
* fix common version back to 10.5.5
* no messaeg
Co-authored-by: Stavros kois <s.kois@outlook.com>
* fix(inventree): fix errors
* update runas of init
* no rofs
* run init as root
* fix typo
* do some cleanup
* lets test
* more cleanup
* nomount
* rename
* ughhh
* hmm
* encode
* dont cd
* root
* update UI
* change dir
* back to default redis user
* cleanup
* feat(traefik): add support for proxyProtocol
* whoops
* empty space
* proxyprot on all entrypoints
* whoops again
* no fixes here
* Update charts/stable/traefik/templates/_args.tpl
* formatting
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
* fix(Tailscale): Updated How-To guide with more info
* more info on Extra args
* restructure list a bit
* lint
* lint
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
* fix(mineos): add ports and update chart.yaml
* update port
* added docs and removed conflicting ports
* added the necessary mc and rcon ports
* update services and separate ports
* splt tcp and udp in different services
* update questions
* update
* Update charts/incubator/mineos/values.yaml
* Update charts/incubator/mineos/values.yaml
* no dupes
* shorter name
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
* Add support for theme-park addons in middleware
* update themepark plugin version
* update addon description
* Add some line breaks
* Bump chart version
* feat(plex): Pre-fill ADVERTISE_IP with the server ip
* slight change
* update values
* remove
* url with port
* update description
* move non-env values to another dict
* fix reference
* fix(authentik): make it modular and maintainable
* add volume mounts on worker
* move geoip to container instead of cron
* remove sercetkey from env and rename tpl
* add initial configmap and cleanup
* add rest of the config
* fix geoip
* add footer links config
* remove empty space
* finish with geoip config and ui
* update UI
* rename to error reporting
* Add ldap outpost
* add ldap healthcheck
* remove proxy reference
* geoip runs as root
* geoip issue for heathchecks
* add another todo
* Give full configuration options on service and move disable/enable login in tpl and add metrics endpoints
* change metrics ports of one of the containers to avoid conflicts
* whitespace
* add note
* add notes
* expose container ports for ldap
* correct ports
* Enable prometheus metrics for main container
* disable metrics when disabled
* not needed
* no message
* add name to container port,
* make note more clear
* don't micromanage services. let user do that
* lint
* define mail secrets only if defined
* handle better few secrets
* μορε
* whoops
* handle null
* quote "null"
* handle poteentialy empty strings
* handle empty string
* fix
* move ports to configmap
* move more to configmap
* hmm
* add placeholders to avoid empty secrets
* hmm
* hmm
* no message
* hmm?
* maybe?
* hmm
* damn
* b64enc all secrets
* quote again
* turn off geoip and ldap
* no rofs on worker
* rofs
* d
* test empty secret
* test footer links
* disable ldap for ci
* fix(mymediaforalexa): mod main port for web access
* Update charts/incubator/mymediaforalexa/values.yaml
* bumped mymediaforalexa
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
* chore(questions): replace port parts with templates
* chore(questions): replace controller parts with templates
* remove tons of whitespce
* remove quotes from strings on templates
* make complete controller an include
* default to recreate
* remove replica and strategies as it's covered from controllerStrtegies include
* remove whitespace again
* replace controllertype with include (deployment/daemonset/statefulset)
* replace advanced port part except targetport
* remove more quotes
* add hidden toggle of enable the port
* new includes
* update build script
* controller deploy/stateful/deamon template changes
* replace controllerStrategies with replicas, replica#, strategy, recreate
* move 2 templates into a subfolder
* remove quotes
* remove disabled portals from questions and defined them on values
* remove enabled portal from the questions and add it on values
* one more app
* Portal cleanup
* remove portal templates
* add more includes
* replace portal links
* move some templates in folders
* replace ingressRoot with template
* more grouping
* replace persistenceroot with template
* replace serviceExpertRoot
* replace serviceroot
* fix a rogue one
* vctRoot
* securityContext cleanup
* remove quotes from templates on string
* replace vctRoot
* replace advanedSecurityRoot
* replace podsecurity root
* Update .github/scripts/build-catalog.sh
* Update values.yaml
* remove dupe portal
* update build-release script
* fix paths
* fix apps with imageSelector
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
* fix(openproject): Add DB and main service port
Let's see how much more I need lol
* Update Chart.yaml
* more fixes
* Update Chart.yaml
* Other fixes I missed
* trying this one with port 80
* add some fixes
* fix pg
* whoops
Co-authored-by: Stavros kois <s.kois@outlook.com>
* feat(kitchenowl): add kitchenownl
* add backend image
* add icon
* update images
* fixup cleanarr
* root
* fix var
* remove kitchenowl until there is a way to change ports for back and front
* Added more info to the install notes and added the guide from Discord to help with upgrades
* apply some changes
* Update charts/stable/nextcloud/docs/installation_notes.md
* Update charts/stable/nextcloud/docs/installation_notes.md
* Update charts/stable/nextcloud/docs/installation_notes.md
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
* chore(traefik): add deprecation pilot notice
* feat(treafik): Adds theme.park middleware and deprecation notice on pilot
* Update charts/stable/traefik/templates/middlewares/theme-park.yaml
* just remove pilot
* Apply suggestions from code review
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
* feat(apps): Unraid Port - C
* Fix some weirdness...
* fix some more issues
* fixes
* move to tccr and cleanup a bit
* cleanup and fixes
* unraid C fix
* Add missing A-C Charts
* remove cassandra
* fix icon url's
* some fixes
* fix probes
* remove tccr.io -> ghcr.io conversion
* fix some probes and reset command/arg
* Revert "fix some probes and reset command/arg"
This reverts commit f3fca2ef1a.
* update probes and commands again + readd questions.yaml + remove crap
* enable SCALE layer for checkings and bump versions to ensure higher versions
* fix questions.yaml mistakes
* update Chart.yaml with new common
* cleanup
* no message
* fix new common
* dont use dashes in services and ports
* fix 7-days-to-die
* convofix
* fix alien swarm
* some more game-server fixes
* some more attempted fixes
* fix another tag
* disable avorion liveness probes
* feat(wg-easy): Add How-To or setup guide
Everyone needs documentation!
* added another section and more details
More is best!
* Move text above images
* no message
* bump
* nomessage
Co-authored-by: Stavros kois <s.kois@outlook.com>
* fix(znc): Make roof fs writeable
* fix(apps): make root fs writable on several LSIO apps
* try without varrun
* try previous image
* typo
* previeous version
* update CACHE_INDEX_SIZE field
its current value is invalid, it should be 500m or min "250m" NOT 3560d. I must have miss this value by accident.
* bump
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
* feat(solr): add solr as dep
* it would be nice if i don't try to healtcheck my local machien
* fix user and probe
* rofs false
* runas root
* also try group 0 instead
* runas
* hmm
* bin
* whoops
* 1001 user
* check probe
* test again
* fix UI
* add opts
* add note
* bump common dep
* Update charts/dependency/solr/Chart.yaml
[](https://github.com/truecharts/apps/commits)
[](https://github.com/truecharts/charts/commits)
---
TrueCharts is a catalog of highly optimised TrueNAS SCALE Apps. Made for the community, By the community!
TrueCharts is a catalog of highly optimised TrueNAS SCALE Charts. Made for the community, By the community!
Our primary goals are:
@@ -18,66 +20,66 @@ Our primary goals are:
- Consistency
All our apps are supposed to work together, be easy to setup using the TrueNAS UI and, above all, give the average user more than enough options to tune things to their liking.
All our charts are supposed to work together, be easy to setup using the TrueNAS UI and, above all, give the average user more than enough options to tune things to their liking.
Installing TrueCharts within TrueNAS SCALE, is possible using the TrueNAS SCALE Catalog list.
Check TrueCharts [Quick-Start Guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) for more infotmation.
Check TrueCharts [Quick-Start Guides](https://truecharts.org/docs/manual/SCALE%20Apps/Adding-TrueCharts) for more information.
### Support
Please check our [FAQ](https://truecharts.org/about/), [manual](https://truecharts.org/manual/SUPPORT/) and [Issue tracker](https://github.com/truecharts/apps/issues) There is a significant chance your issue has been reported before!
Please check our [FAQ](https://truecharts.org/docs/about/intro), [manual](https://truecharts.org/docs/manual/SUPPORT/) and [Issue tracker](https://github.com/truecharts/charts/issues) There is a significant chance your issue has been reported before!
Still something not working as expected? [Contact us!](https://truecharts.org/about/contact/) and we'll figure it out together!
Still something not working as expected? [Contact us!](https://truecharts.org/docs/about/contact/) and we'll figure it out together!
### Roadmap
For big changes we do have a roadmap, every spot on the roadmap is synced to a TrueNAS SCALE Release and should be read as "Should be added at or before this release"
<br>
<br />
**Restructure of the Project - TrueNAS SCALE "Bluefin" 22.xx ALPHA 1**
_The current project is hitting internal performance issues, for this reason we need to rework the structure and split some parts of the project into seperate repositories._
<br>
<br />
**Refactor the Common Chart - TrueNAS SCALE "Bluefin" 22.xx ALPHA 2**
_The shared Common (chart) basis, used by all our Apps, needs some significant code cleanup. Primarily all code needs to follow a standardised format and comply to the same standard_
_The shared Common (chart) basis, used by all our Charts, needs some significant code cleanup. Primarily all code needs to follow a standardised format and comply to the same standard_
<br>
<br />
**Increased test coverage - TrueNAS SCALE "Bluefin" 22.xx BETA 1**
_With most parts of our project somewhat cleaned up, we need to work on increasing the coverage of our test system. Our unittests should cover all features and we should also take upgrades into account when testing App changes_
_With most parts of our project somewhat cleaned up, we need to work on increasing the coverage of our test system. Our unittests should cover all features and we should also take upgrades into account when testing Chart changes_
[](https://github.com/truecharts/apps/commits)
[](https://github.com/truecharts/charts/commits)
---
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap.
This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every App installed.
This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
### Getting into creating Apps
### Getting into creating Charts
Creating charts takes some getting used to, as it's based on Helm charts. We highly suggest prior know-how on creation/modifying Helm Charts, before taking on the challenge of creating SCALE Apps.
For more information on creating SCALE Apps and Helm charts, please check out our [development manual](https://truecharts.org/)
For more information on creating SCALE Apps and Helm charts, please check out our [development manual](https://truecharts.org/docs/manual/development/License-headers)
### Automation and you
@@ -85,47 +87,46 @@ We provide a lot of tools to make it easier to develop charts, templates, automa
Those tools do, however, take time to develop and are certainly not bug free. If you find mistakes in our tooling, please feel free to repost issues or submit any fixes you feel appropriate!
Truecharts as a whole, is based on a BSD-3-clause license, this ensures almost everyone can use and modify our charts. However: As a lot of Apps are based on upstream Helm Charts, Licences can vary on a per-App basis. This can easily be seen by the presence of a "LICENSE" file in the App root folder.
Some Apps may also contain parts in other licenses, such as libraries or templates, these files can be recognised by their individual headers.
Truecharts, is primarily based on a BSD-3-clause license, this ensures almost everyone can use and modify our charts.
As a lot of Charts are based on upstream Helm Charts, Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as `docs` or `doc` and their subfolders: those folders are not licensed under BSD-3-clause and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
| 22.02.2 or prior | `master` | :white_check_mark: | :x: | :x: | Advised to update to 22.02.3 release of [TrueNAS SCALE](https://www.truenas.com/docs/scale/scalereleasenotes/) |
| 22.02.3 | `master` | :white_check_mark: | :white_check_mark: | :white_check_mark: | Most Stable Release as of 2022-08-09 |
| Nightly | `master` | :white_check_mark: | :x: | :white_check_mark: | Please only submit bug reports during codefreeze |
## Stable Train Charts
We provide direct support for getting `stable` train charts working on our [discord](https://discord.gg/tVsPTHWTtr) inside the **#support** channel.
That includes installation and guidance on getting it working with defaults or basic settings (not advanced customisations or remote smb shares, etc).
Bug reports aren't accepted on [discord](https://discord.gg/tVsPTHWTtr) so if you spot a bug (Charts in the stable train should work with mostly defaults configuration)
please report them to our [github](https://github.com/truecharts/charts/issues/new/choose). Bug reports that state something doesn't work without supporting items may be closed.
## Incubator Train Charts
Our support policy for `incubator` train charts is different for those on the `stable` train. Those charts are work in progress,
may break at anytime and we're still going through many of the charts from unRAID. We won't accept support tickets on our discord for `incubator` train
charts on our [discord](https://discord.gg/tVsPTHWTtr). However we have an **#incubator-chat** channel for these apps to help get them running and/or receive feedback.
With enough posivite feedback a chart can be promoted to `stable` train. Feedback about bugs is also accepted there which can be used to fix them.
Assume anything in the `incubator` train is in beta and you're testing it. As well, anything installed in `incubator` will have to be REINSTALLED once it moves to the `stable` train.
echo"This App is supplied by TrueCharts, for more information please visit https://truecharts.org" >> ${target}/app-readme.md
echo"This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/${train}/${chartname}](https://truecharts.org/docs/charts/${train}/${chartname})" >> ${target}/app-readme.md
echo"" >> ${target}/app-readme.md
echo"---" >> ${target}/app-readme.md
echo"" >> ${target}/app-readme.md
echo"TrueCharts can only exist due to the incredible effort of our staff." >> ${target}/app-readme.md
echo"Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!" >> ${target}/app-readme.md
ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [clickhouse](https://truecharts.org/docs/charts/dependency/clickhouse)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `clickhouse` deployment
```console
helm uninstall clickhouse
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install clickhouse \
--set env.TZ="America/New York" \
TrueCharts/clickhouse
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
Collabora Online Development Edition – an awesome, Online Office suite image suitable for home use.
An awesome Online Office suite.
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)**
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [collabora-online](https://truecharts.org/docs/charts/dependency/collabora-online)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
| https://library-charts.truecharts.org | common | 10.2.1 |
| https://library-charts.truecharts.org | common | 10.7.0 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
### TrueNAS SCALE
## Upgrading, Rolling Back and Uninstalling the Chart
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
### Helm
To install the chart with the release name `collabora-online`
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `collabora-online` deployment
```console
helm uninstall collabora-online
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install collabora-online \
--set env.TZ="America/New York" \
TrueCharts/collabora-online
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
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.
description:"When this environment variable is set (is not “”), then its value will be used as server name in /etc/loolwsd/loolwsd.xml. Without this, CODE is not delivering a correct host for the websocket connection in case of a proxy in front of it."
description:"When this environment variable is set (is not empty), then its value will be used as server name in /etc/loolwsd/loolwsd.xml. Without this, CODE is not delivering a correct host for the websocket connection in case of a proxy in front of it."
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
Fast, reliable, scalable, and easy to use open-source relational database system.
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)**
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [mariadb](https://truecharts.org/docs/charts/dependency/mariadb)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
| https://library-charts.truecharts.org | common | 10.2.1 |
| https://library-charts.truecharts.org | common | 10.7.0 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
### TrueNAS SCALE
## Upgrading, Rolling Back and Uninstalling the Chart
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
### Helm
To install the chart with the release name `mariadb`
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `mariadb` deployment
```console
helm uninstall mariadb
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install mariadb \
--set env.TZ="America/New York" \
TrueCharts/mariadb
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
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 |
|-----|------|---------|-------------|
| controller.replicas | int | `1` | Number of desired pods |
| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit |
| 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 |
| probes.liveness.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
| probes.readiness.spec | object | See below | The spec field contains the values for the default readinessProbe. If you selected `custom: true`, this field holds the definition of the readinessProbe. |
| probes.startup.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
Memcached is a memory-backed database caching solution
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)**
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [memcached](https://truecharts.org/docs/charts/dependency/memcached)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
| https://library-charts.truecharts.org | common | 10.2.1 |
| https://library-charts.truecharts.org | common | 10.7.0 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
### TrueNAS SCALE
## Upgrading, Rolling Back and Uninstalling the Chart
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
### Helm
To install the chart with the release name `memcached`
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `memcached` deployment
```console
helm uninstall memcached
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install memcached \
--set env.TZ="America/New York" \
TrueCharts/memcached
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
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.
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
Fast, reliable, scalable, and easy to use open-source no-sql database system.
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)**
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [mongodb](https://truecharts.org/docs/charts/dependency/mongodb)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
| https://library-charts.truecharts.org | common | 10.2.1 |
| https://library-charts.truecharts.org | common | 10.7.0 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
### TrueNAS SCALE
## Upgrading, Rolling Back and Uninstalling the Chart
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
### Helm
To install the chart with the release name `mongodb`
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `mongodb` deployment
```console
helm uninstall mongodb
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install mongodb \
--set env.TZ="America/New York" \
TrueCharts/mongodb
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
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 |
|-----|------|---------|-------------|
| controller.replicas | int | `1` | Number of desired pods |
| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit |
| 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 |
| probes.liveness.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
| probes.readiness.spec | object | See below | The spec field contains the values for the default readinessProbe. If you selected `custom: true`, this field holds the definition of the readinessProbe. |
| probes.startup.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
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)**
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [postgresql](https://truecharts.org/docs/charts/dependency/postgresql)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
| https://library-charts.truecharts.org | common | 10.2.1 |
| https://library-charts.truecharts.org | common | 10.7.0 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
### TrueNAS SCALE
## Upgrading, Rolling Back and Uninstalling the Chart
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
### Helm
To install the chart with the release name `postgresql`
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `postgresql` deployment
```console
helm uninstall postgresql
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install postgresql \
--set env.TZ="America/New York" \
TrueCharts/postgresql
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
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 |
|-----|------|---------|-------------|
| controller.replicas | int | `1` | Number of desired pods |
| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit |
| 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 |
| probes.liveness.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
| probes.readiness.spec | object | See below | The spec field contains the values for the default readinessProbe. If you selected `custom: true`, this field holds the definition of the readinessProbe. |
| probes.startup.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
Promtail is an agent which ships the contents of local logs to a Loki instance
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)**
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [promtail](https://truecharts.org/docs/charts/dependency/promtail)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
| https://library-charts.truecharts.org | common | 10.2.1 |
| https://library-charts.truecharts.org | common | 10.7.0 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
### TrueNAS SCALE
## Upgrading, Rolling Back and Uninstalling the Chart
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
### Helm
To install the chart with the release name `promtail`
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `promtail` deployment
```console
helm uninstall promtail
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install promtail \
--set env.TZ="America/New York" \
TrueCharts/promtail
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
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.
| config | object | See `values.yaml` | Section for crafting Promtails config file. The only directly relevant value is `config.file` which is a templated string that references the other values and snippets below this key. |
| config.file | string | See `values.yaml` | Config file contents for Promtail. Must be configured as string. It is templated so it can be assembled from reusable snippets in order to avoid redundancy. |
| config.logLevel | string | `"info"` | The log level of the Promtail server Must be reference in `config.file` to configure `server.log_level` See default config in `values.yaml` |
| config.lokiAddress | string | `""` | The Loki address to post logs to. Must be reference in `config.file` to configure `client.url`. See default config in `values.yaml` |
| config.serverPort | int | `3101` | The port of the Promtail server Must be reference in `config.file` to configure `server.http_listen_port` See default config in `values.yaml` |
| config.snippets | object | See `values.yaml` | A section of reusable snippets that can be reference in `config.file`. Custom snippets may be added in order to reduce redundancy. This is especially helpful when multiple `kubernetes_sd_configs` are use which usually have large parts in common. |
| config.snippets.addScrapeJobLabel | bool | `false` | This helps debug the Promtail config. |
| config.snippets.extraClientConfigs | string | empty | You can put here any keys that will be directly added to the config file's 'client' block. |
| config.snippets.extraRelabelConfigs | list | `[]` | You can put here any additional relabel_configs to "kubernetes-pods" job |
| config.snippets.extraScrapeConfigs | string | empty | You can put here any additional scrape configs you want to add to the config file. |
| podSecurityContext | object | `{"runAsGroup":0,"runAsUser":0}` | The security context for pods |
| probes.liveness.path | string | `"/ready"` | |
| probes.readiness.path | string | `"/ready"` | |
| probes.startup.path | string | `"/ready"` | |
| rbac | object | `{"enabled":true,"rules":[{"apiGroups":[""],"resources":["nodes","nodes/proxy","services","endpoints","pods"],"verbs":["get","watch","list"]}]}` | Whether Role Based Access Control objects like roles and rolebindings should be created |
| securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":false}` | The security context for containers |
| service.main.ports.main.port | int | `3101` | |
| service.main.ports.main.targetPort | int | `3101` | |
| serviceAccount.create | bool | `true` | Specifies whether a ServiceAccount should be created |
| serviceMonitor.scrapeTimeout | string | `nil` | ServiceMonitor scrape timeout in Go duration format (e.g. 15s) |
| tolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"},{"effect":"NoSchedule","key":"node-role.kubernetes.io/control-plane","operator":"Exists"}]` | Tolerations for pods. By default, pods will be scheduled on master/control-plane nodes. |
All Rights Reserved - The TrueCharts Project
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.