charts/charts/stable/shlink
nιcнolaѕ wιlde b842379fef
Add shlink chart (#908)
Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>

Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-05-11 14:54:29 +02:00
..
templates Add shlink chart (#908) 2021-05-11 14:54:29 +02:00
.helmignore Add shlink chart (#908) 2021-05-11 14:54:29 +02:00
Chart.yaml Add shlink chart (#908) 2021-05-11 14:54:29 +02:00
README_CHANGELOG.md.gotmpl Add shlink chart (#908) 2021-05-11 14:54:29 +02:00
README_CONFIG.md.gotmpl Add shlink chart (#908) 2021-05-11 14:54:29 +02:00
README.md Add shlink chart (#908) 2021-05-11 14:54:29 +02:00
README.md.gotmpl Add shlink chart (#908) 2021-05-11 14:54:29 +02:00
values.yaml Add shlink chart (#908) 2021-05-11 14:54:29 +02:00

shlink

Version: 1.0.0 AppVersion: 2.6.2

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

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://charts.bitnami.com/bitnami mariadb 9.3.9
https://charts.bitnami.com/bitnami postgresql 10.4.0
https://library-charts.k8s-at-home.com common 2.5.0

TL;DR

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

Installing the Chart

To install the chart with the release name shlink

helm install shlink k8s-at-home/shlink

Uninstalling the Chart

To uninstall the shlink deployment

helm uninstall shlink

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 shlink \
  --set env.TZ="America/New York" \
    k8s-at-home/shlink

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

helm install shlink k8s-at-home/shlink -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
env object {}
image.pullPolicy string "IfNotPresent"
image.repository string "shlinkio/shlink"
image.tag string "2.6.2"
ingress.enabled bool false
mariadb.architecture string "standalone"
mariadb.auth.database string "shlink"
mariadb.auth.password string "shlink-pass"
mariadb.auth.rootPassword string "shlinkrootpass"
mariadb.auth.username string "shlink"
mariadb.enabled bool false
mariadb.primary.persistence.enabled bool false
persistence.data.emptyDir.enabled bool false
persistence.data.enabled bool false
persistence.data.mountPath string "/etc/shlink/data"
persistence.params.emptyDir.enabled bool false
persistence.params.enabled bool false
persistence.params.mountPath string "/etc/shlink/config/params"
postgresql.enabled bool false
postgresql.persistence.enabled bool false
postgresql.postgresqlDatabase string "shlink"
postgresql.postgresqlPassword string "shlink-pass"
postgresql.postgresqlUsername string "shlink"
service.port.port int 8080
strategy.type string "Recreate"

Changelog

All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0

Added

  • Initial version

Support


Autogenerated from chart metadata using helm-docs v1.5.0