Add rubenhensen.nl to all ingresses

This commit is contained in:
Ruben Hensen
2026-03-15 11:46:24 +01:00
parent f78b3fc830
commit c51c98e821
10 changed files with 115 additions and 16 deletions
+22
View File
@@ -19,10 +19,21 @@ spec:
name: lingo-api
port:
number: 8000
- host: lingo.rubenhensen.nl
http:
paths:
- path: /api(/|$)(.*)
pathType: ImplementationSpecific
backend:
service:
name: lingo-api
port:
number: 8000
tls:
- secretName: letsencrypt-prod
hosts:
- lingo.hensen.io
- lingo.rubenhensen.nl
---
apiVersion: networking.k8s.io/v1
kind: Ingress
@@ -44,7 +55,18 @@ spec:
name: lingo-frontend
port:
number: 8001
- host: lingo.rubenhensen.nl
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: lingo-frontend
port:
number: 8001
tls:
- secretName: letsencrypt-prod
hosts:
- lingo.hensen.io
- lingo.rubenhensen.nl