Update values-prod.yaml

This commit is contained in:
Alex Wellnitz 2024-11-03 15:49:39 +01:00 committed by GitHub
parent 54ab42c7b5
commit 72e69364c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,18 @@ ingress:
add_header Cache-Control "public";
}
hosts:
- host: www.wellnitz-alex.de
paths:
- path: /
pathType: Prefix
- host: www.alexohneander.de
paths:
- path: /
pathType: Prefix
- host: wellnitz-alex.de
paths:
- path: /
pathType: Prefix
- host: alexohneander.de
paths:
- path: /
@ -25,3 +37,6 @@ ingress:
- secretName: alexohneander-tls
hosts:
- alexohneander.de
- wellnitz-alex.de
- www.alexohneander.de
- www.wellnitz-alex.de