helm-charts/headscale-ui
2023-11-03 15:48:54 +01:00
..
templates fix: podLabels to all charts (and appVersion update) 2023-10-16 21:59:41 +02:00
.helmignore feat(headscale-ui): init 2023-07-30 14:40:28 +02:00
Chart.yaml fix: podLabels to all charts (and appVersion update) 2023-10-16 21:59:41 +02:00
README.md fix(authentik-application): Improve documentation 2023-11-03 15:48:54 +01:00
values.yaml fix: podLabels to all charts (and appVersion update) 2023-10-16 21:59:41 +02:00

headscale-ui

Version: 0.1.1 Type: application AppVersion: 2023.01.30-beta-1

A simple Headscale web UI for small-scale deployments.

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "ghcr.io/gurucomputing/headscale-ui"
image.tag string ""
imagePullSecrets list []
ingress.annotations object {}
ingress.className string ""
ingress.enabled bool false
ingress.hosts[0].host string "chart-example.local"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
ingress.tls list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podLabels object {}
podSecurityContext object {}
replicaCount int 1
resources object {}
securityContext object {}
service.port int 80
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []