mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update ingress
This commit is contained in:
parent
39020882f4
commit
0b4238217b
27 changed files with 106 additions and 186 deletions
|
|
@ -37,7 +37,7 @@ spec:
|
|||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`tdarr.internal.durp.info`)
|
||||
- match: Host(`tdarr.internal.prd.durp.info`)
|
||||
middlewares:
|
||||
- name: whitelist
|
||||
namespace: traefik
|
||||
|
|
@ -62,6 +62,6 @@ spec:
|
|||
issuerRef:
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
commonName: "tdarr.internal.durp.info"
|
||||
commonName: "tdarr.internal.prd.durp.info"
|
||||
dnsNames:
|
||||
- "tdarr.internal.durp.info"
|
||||
- "tdarr.internal.prd.durp.info"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue