mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
update ingress
This commit is contained in:
parent
39020882f4
commit
0b4238217b
27 changed files with 106 additions and 186 deletions
|
|
@ -35,7 +35,7 @@ spec:
|
|||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`speedtest.durp.info`) && PathPrefix(`/`)
|
||||
- match: Host(`speedtest.prd.durp.info`) && PathPrefix(`/`)
|
||||
kind: Rule
|
||||
middlewares:
|
||||
- name: authentik-proxy-provider
|
||||
|
|
@ -57,9 +57,9 @@ spec:
|
|||
issuerRef:
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
commonName: "speedtest.durp.info"
|
||||
commonName: "speedtest.prd.durp.info"
|
||||
dnsNames:
|
||||
- "speedtest.durp.info"
|
||||
- "speedtest.prd.durp.info"
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -68,7 +68,7 @@ apiVersion: v1
|
|||
metadata:
|
||||
name: speedtest-external-dns
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: speedtest.durp.info
|
||||
external-dns.alpha.kubernetes.io/hostname: speedtest.prd.durp.info
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: durp.info
|
||||
externalName:.prd.durp.info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue