Files
dev-cluster/apps/prod/authelia/ingress.yaml
2024-12-24 14:18:07 +01:00

16 lines
287 B
YAML

# /apps/prod/authelia/ingress.yaml
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: authelia-ingress
namespace: auth
spec:
entryPoints:
- websecure
routes:
- match: Host(`auth.example.com`)
kind: Rule
services:
- name: authelia
port: 80