Update littlelink/templates/ingress.yaml

This commit is contained in:
2024-01-24 14:27:01 -08:00
parent f15c9eddd7
commit 455cb58b44

View File

@@ -6,7 +6,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`durp.info`) && PathPrefix(`/`)
- match: Host(`links.durp.info`) && PathPrefix(`/`)
kind: Rule
services:
- name: littlelink
@@ -27,4 +27,4 @@ spec:
kind: ClusterIssuer
commonName: "durp.info"
dnsNames:
- "durp.info"
- "links.durp.info"