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
+11
View File
@@ -19,6 +19,7 @@ spec:
tls:
- hosts:
- blog.hensen.io
- blog.rubenhensen.nl
secretName: ghost-tls-secret
rules:
- host: blog.hensen.io
@@ -31,3 +32,13 @@ spec:
name: ghost-service
port:
name: ghost
- host: blog.rubenhensen.nl
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ghost-service
port:
name: ghost