mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
16 lines
306 B
YAML
16 lines
306 B
YAML
# /infrastructure/prod/authelia/ingress.yaml
|
|
apiVersion: traefik.containo.us/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
|