mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
Update littlelink/templates/ingress.yaml
This commit is contained in:
parent
f15c9eddd7
commit
455cb58b44
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`durp.info`) && PathPrefix(`/`)
|
- match: Host(`links.durp.info`) && PathPrefix(`/`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: littlelink
|
- name: littlelink
|
||||||
|
|
@ -27,4 +27,4 @@ spec:
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
commonName: "durp.info"
|
commonName: "durp.info"
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- "durp.info"
|
- "links.durp.info"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue