This repository has been archived on 2025-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
truecharts-catalog/dependency/memcached/2.0.89/helm-values.md
TrueCharts-Bot 036f3d9e22 Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-04 06:41:24 +00:00

1.1 KiB

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
image.pullPolicy string "IfNotPresent"
image.repository string "ghcr.io/truecharts/memcached"
image.tag string "v1.6.15@sha256:23effc80d3bcbd16cac67c2ee19e0bfa2bf18898da1cb7714c78b96e5bb4f07b"
service.main.ports.main.port int 11211
service.main.ports.main.targetPort int 11211

All Rights Reserved - The TrueCharts Project