mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add rubenhensen.nl to all ingresses
This commit is contained in:
@@ -32,13 +32,21 @@ spec:
|
||||
backend:
|
||||
service:
|
||||
name: home-assistant-external
|
||||
port:
|
||||
port:
|
||||
number: 8123
|
||||
- host: ha.rubenhensen.nl
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: home-assistant-external
|
||||
port:
|
||||
number: 8123
|
||||
|
||||
# TLS configuration for HTTPS
|
||||
tls:
|
||||
# TLS secretName used on ClusterIssuer
|
||||
- secretName: letsencrypt-prod
|
||||
hosts:
|
||||
- ha.hensen.io
|
||||
- ha.rubenhensen.nl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user