Files
tools/altcha-sentinel/values.yaml
Gabriel Radureau 92497403f5
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 11s
Helm Charts / Library charts tool (push) Has been skipped
Helm Charts / Application charts pgcat (push) Has been skipped
try altcha
2025-11-26 15:10:49 +01:00

26 lines
960 B
YAML

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