mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
Update file plex-ingress.yaml
This commit is contained in:
parent
6d16845039
commit
17d7110c62
1 changed files with 3 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`plex.internal.durp.info`)
|
- match: Host(`plex.durp.info`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: plex
|
- name: plex
|
||||||
|
|
@ -84,6 +84,6 @@ spec:
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: letsencrypt-production
|
name: letsencrypt-production
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
commonName: "plex.internal.durp.info"
|
commonName: "plex.durp.info"
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- "plex.internal.durp.info"
|
- "plex.durp.info"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue