juntekim.com/traefik/who-am-i/whoami-ingressroute.yml
2025-12-06 20:08:55 +00:00

20 lines
No EOL
415 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: simpleingressroute
namespace: default
spec:
entryPoints:
- websecure
routes:
- match: "Host(`www.whoami.mealcraft.com`, `whoami.mealcraft.com`)"
kind: Rule
services:
- name: whoami
port: 80
tls:
certResolver: myresolver
domains:
- main: whoami.mealcraft.com
sans:
- '*.whoami.mealcraft.com'