Skip to content

Helm implementation of kutt/kutt URL shortener :)

Notifications You must be signed in to change notification settings

inarix/helm-kutt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

inarix-kutt

Version: 1.0.0 Type: application AppVersion: 1.16.0

A Helm chart for Kubernetes

Requirements

Repository Name Version
https://charts.bitnami.com/bitnami redis >=15.5.0

Values

Key Type Default Description
affinity object {}
app.adminEmails string "" List of email adress of users with Admin rights
app.dailyLimit int 50 Daily limit shortened URL per user
app.jwtSecret string "" jwt secret to encode jwt password
app.linkLength int 6 Maximum length of sha after shorten URL
app.port int 3000 Application port
app.reportEmail string "" Email of the maintainer
app.siteName string "Kutt" Site name
db.host string ""
db.name string ""
db.password string ""
db.user string ""
fullnameOverride string ""
image.pullPolicy string "Always"
image.repository string "kutt/kutt"
image.tag string ""
imagePullSecrets list []
ingress object {}
mail.host string "smtp.gmail.com"
mail.password string ""
mail.port int 465
mail.user string ""
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
probes.initialDelaySeconds int 60
probes.interval int 15
probes.timeout int 120
redis.auth.password string "" Redis password
replicaCount int 1
resources.limits.cpu string "100m"
resources.limits.memory string "128Mi"
resources.requests.cpu string "100m"
resources.requests.memory string "128Mi"
securityContext object {}
service.port int 3000
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []

Autogenerated from chart metadata using helm-docs v1.5.0

About

Helm implementation of kutt/kutt URL shortener :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages