Compare commits
2 Commits
d0e7f90e9f
...
035f3e21d0
Author | SHA1 | Date | |
---|---|---|---|
035f3e21d0 | |||
24f12a1e37 |
@ -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
|
@ -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>
|
Loading…
Reference in New Issue
Block a user