Compare commits

...

2 Commits

Author SHA1 Message Date
035f3e21d0
Changed domain in intro page 2022-04-20 15:25:47 +02:00
24f12a1e37
Changed prod domain 2022-04-20 15:23:54 +02:00
2 changed files with 4 additions and 4 deletions
.drone/helm
web/blocks/pages

View File

@ -5,16 +5,16 @@ ingress:
name: newsite-prod name: newsite-prod
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
external-dns.alpha.kubernetes.io/hostname: "newsite.dutchellie.nl" external-dns.alpha.kubernetes.io/hostname: "quenten.nl"
nginx.ingress.kubernetes.io/configuration-snippet: | nginx.ingress.kubernetes.io/configuration-snippet: |
add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz"; add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz";
proxy_hide_header X-Frame-Options ; proxy_hide_header X-Frame-Options ;
tls: tls:
- hosts: - hosts:
- newsite.dutchellie.nl - quenten.nl
secretName: newsite-tls secretName: newsite-tls
hosts: hosts:
- host: newsite.dutchellie.nl - host: quenten.nl
paths: paths:
- path: / - path: /
pathType: Prefix 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;"> <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 There is a lot of stuff I want to add to this website! In fact, there is also a "staging" website, which might
contain contain
new features! It can be found at <a href="https://newsite.staging.dutchellie.nl">newsite.staging.dutchellie.nl</a>. new features! It can be found at <a href="https://staging.quenten.nl">staging.quenten.nl</a>.
Don't worry about the invalid SSL certificate, that's normal! Don't worry about the invalid SSL certificate, that's normal!
</p> </p>