Compare commits

..

No commits in common. "035f3e21d0c6d77fbc87c9f65f6273c1b880a3fb" and "d0e7f90e9fd3461f7a4ef32725347dc00561d06e" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -5,16 +5,16 @@ ingress:
name: newsite-prod
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
external-dns.alpha.kubernetes.io/hostname: "quenten.nl"
external-dns.alpha.kubernetes.io/hostname: "newsite.dutchellie.nl"
nginx.ingress.kubernetes.io/configuration-snippet: |
add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz";
proxy_hide_header X-Frame-Options ;
tls:
- hosts:
- quenten.nl
- newsite.dutchellie.nl
secretName: newsite-tls
hosts:
- host: quenten.nl
- host: newsite.dutchellie.nl
paths:
- path: /
pathType: Prefix

View File

@ -23,6 +23,6 @@
<img src="/web/static/images/rin-2.gif" alt="Kagamine Rin drawing" style="float:left; width:100px; margin-right: 20px;">
There is a lot of stuff I want to add to this website! In fact, there is also a "staging" website, which might
contain
new features! It can be found at <a href="https://staging.quenten.nl">staging.quenten.nl</a>.
new features! It can be found at <a href="https://newsite.staging.dutchellie.nl">newsite.staging.dutchellie.nl</a>.
Don't worry about the invalid SSL certificate, that's normal!
</p>