Files
k8s-at-home-charts/charts/incubator/lancache/README.md
2022-08-02 12:19:34 +00:00

5.1 KiB

lancache

Version: 0.6.1 AppVersion: 1.0.0

LanCache Monolithic - a caching proxy server for game download content

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Source Code

Requirements

Kubernetes: >=1.16.0-0

Dependencies

Repository Name Version
https://library-charts.k8s-at-home.com common 4.5.1

TL;DR

helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm repo update
helm install lancache k8s-at-home/lancache

Installing the Chart

To install the chart with the release name lancache

helm install lancache k8s-at-home/lancache

Uninstalling the Chart

To uninstall the lancache deployment

helm uninstall lancache

The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

helm install lancache \
  --set env.TZ="America/New York" \
    k8s-at-home/lancache

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install lancache k8s-at-home/lancache -f values.yaml

Custom configuration

N/A

Values

Important: When deploying an application Helm chart you can add more values from our common library chart here

Key Type Default Description
dns.enabled bool See values.yaml Enable and configure LanCache DNS sidecar and service.
dns.env object {} environment variables. See more environment variables in the LanCache DNS documentation. Most variables are inherited from the top-level env. LANCACHE_IP is auto-generated from the loadBalancerIP of the main service if specified.
dns.image.pullPolicy string "Always" image pull policy
dns.image.repository string "lancachenet/lancache-dns" image repository
dns.image.tag string "latest" image tag
dnsConfig.nameservers[0] string "127.0.0.1"
dnsPolicy string "None" LanCache uses custom upstream nameservers, overridable with the UPSTREAM_DNS variable.
env object See below environment variables. See more environment variables in the LanCache Monolithic documentation.
env.TZ string "UTC" Set the container timezone
image.pullPolicy string "Always" image pull policy
image.repository string "lancachenet/monolithic" image repository
image.tag string "latest" image tag
nodeSelector object {"kubernetes.io/arch":"amd64"} The official LanCache image is only available for x86_64.
persistence object See values.yaml Configure persistence settings for the chart under this key.
probes.liveness.custom bool true
probes.liveness.spec.httpGet.path string "/lancache-heartbeat"
probes.liveness.spec.httpGet.port int 80
probes.readiness.custom bool true
probes.readiness.spec.httpGet.path string "/lancache-heartbeat"
probes.readiness.spec.httpGet.port int 80
probes.startup.custom bool true
probes.startup.spec.httpGet.path string "/lancache-heartbeat"
probes.startup.spec.httpGet.port int 80
service object See values.yaml Configures service settings for the chart.

Changelog

Version 0.6.1

Added

N/A

Changed

  • Upgraded common chart dependency to version 4.5.1

Fixed

N/A

Older versions

A historical overview of changes can be found on ArtifactHUB

Support


Autogenerated from chart metadata using helm-docs v0.1.1