try altcha
This commit is contained in:
21
altcha-sentinel/values.yaml
Normal file
21
altcha-sentinel/values.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
sentinel: &altcha_config
|
||||
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
|
||||
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user