Compare commits
2 Commits
d0e7f90e9f
...
035f3e21d0
Author | SHA1 | Date | |
---|---|---|---|
035f3e21d0 | |||
24f12a1e37 |
@ -5,16 +5,16 @@ ingress:
|
||||
name: newsite-prod
|
||||
annotations:
|
||||
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: |
|
||||
add_header Content-Security-Policy "frame-ancestors 'self' https://forestofunix.xyz";
|
||||
proxy_hide_header X-Frame-Options ;
|
||||
tls:
|
||||
- hosts:
|
||||
- newsite.dutchellie.nl
|
||||
- quenten.nl
|
||||
secretName: newsite-tls
|
||||
hosts:
|
||||
- host: newsite.dutchellie.nl
|
||||
- host: quenten.nl
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
@ -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://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!
|
||||
</p>
|
Loading…
Reference in New Issue
Block a user