try altcha
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 16s
Helm Charts / Library charts tool (push) Has been skipped
Helm Charts / Application charts pgcat (push) Has been skipped

This commit is contained in:
2025-11-26 15:10:26 +01:00
parent 56a5bf9e18
commit 313b6abee6
6 changed files with 89 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
altcha: &altcha_config
service:
type: LoadBalancer
ingress:
enabled: true
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/router.tls.certresolver: letsencrypt
traefik.ingress.kubernetes.io/router.tls.domains.0.main: arcodange.duckdns.org
traefik.ingress.kubernetes.io/router.tls.domains.0.sans: sentinel.arcodange.duckdns.org
traefik.ingress.kubernetes.io/router.middlewares: localIp@file
hosts:
- host: sentinel.arcodange.duckdns.org
paths: []
env:
- name: LOG_LEVEL
value: debug
tool:
# kind: 'SubChart' or 'HelmChart', if subchart then uncomment Chart.yaml dependency, else comment and use tool library with helm chart template
kind: 'SubChart'
repo: https://altcha-org.github.io/helm-charts
chart: sentinel
version: 0.15.0
values: *altcha_config