mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
15 lines
254 B
YAML
15 lines
254 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: lemma
|
|
namespace: lemma
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- match: Host(`lemma.example.com`)
|
|
kind: Rule
|
|
services:
|
|
- name: lemma
|
|
port: 80
|