No introduction found. Create it?
Install with:
helm repo add bjw-s oci://ghcr.io/bjw-s/helm/
helm install uptime-kuma bjw-s/app-template -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
uptime-kuma | tyriis/home-ops | 48 | 3.6.1 | 6 days ago |
See the most popular values for this chart:
Key | Types |
---|---|
ingress.main.annotations."external-dns.alpha.kubernetes.io/target" (4) external.${SECRET_DOMAIN} | string |
string | |
ingress.main.annotations."cert-manager.io/cluster-issuer" (1) letsencrypt-production | string |
string | |
string | |
ingress.main.annotations."nginx.ingress.kubernetes.io/server-snippets" (1) location / {
proxy_set_header Upgrade $http_upgrade;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $host;
proxy_set_header Connection "upgrade";
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Upgrade $http_upgrade;
proxy_cache_bypass $http_upgrade;
}
| string |
string | |
ingress.main.hosts[].host (4) status.${SECRET_DOMAIN} | string |
string | |
string | |
string | |
string | |
string | |
boolean | |
ingress.main.tls[].hosts[] (3) - status.${SECRET_DOMAIN} | string |
ingress.main.tls[].secretName (1) uptime-kuma-tls | string |
ingress.main.className (2) internal | string |
string | |
ingress.app.className (2) internal | string |
ingress.app.hosts[].host (2) uptime-dev.${SECRET_DOMAIN} | string |
string | |
string | |
string | |
ingress.app.annotations."cert-manager.io/cluster-issuer" (1) letsencrypt-production | string |
string | |
ingress.app.annotations."external-dns.alpha.kubernetes.io/target" (1) 192.168.50.160,192.168.50.182,192.168.50.234 | string |
string | |
string | |
ingress.app.tls[].hosts[] (1) - status.techtales.io | string |
ingress.app.tls[].secretName (1) status-tls | string |
persistence.config.existingClaim (3) uptime-kuma | string |
string | |
string | |
string | |
boolean | |
persistence.data.existingClaim (2) uptime-kuma-config | string |
string | |
persistence.data.accessMode (1) ReadWriteOnce | string |
string | |
persistence.data.mountPath (1) /app/data | string |
string | |
service.app.controller (3) uptime-kuma | string |
number | |
string | |
number | |
string | |
string | |
controllers.main.containers.main.image.repository (2) louislam/uptime-kuma | string |
string | |
controllers.main.containers.app.env.TZ (1) ${TIMEZONE} | string |
number | |
number | |
controllers.main.containers.app.image.repository (1) louislam/uptime-kuma | string |
string | |
string | |
controllers.uptime-kuma.containers.app.image.repository (2) louislam/uptime-kuma | string |
string | |
string | |
string | |
string | |
string | |
controllers.uptime-kuma.containers.app.env.TZ (1) ${SETTING_TZ} | string |
number | |
string | |
string | |
boolean | |
boolean | |
boolean | |
env.TZ (1) ${TIMEZONE} | string |
image.repository (1) louislam/uptime-kuma | string |
image.tag (1) 1.23.16-alpine | string |