mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
21 lines
341 B
YAML
21 lines
341 B
YAML
#
|
|
# Auth Ingress
|
|
#
|
|
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: traefik-forward-auth
|
|
labels:
|
|
app: traefik
|
|
spec:
|
|
entryPoints:
|
|
- https
|
|
routes:
|
|
- match: Host(`auth.varghacsongor.hu`)
|
|
kind: Rule
|
|
services:
|
|
- name: traefik-forward-auth
|
|
port: 4181
|
|
tls:
|
|
certresolver: default
|