Compare commits
No commits in common. "035f3e21d0c6d77fbc87c9f65f6273c1b880a3fb" and "d0e7f90e9fd3461f7a4ef32725347dc00561d06e" have entirely different histories.
035f3e21d0
...
d0e7f90e9f
@ -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: "quenten.nl"
|
external-dns.alpha.kubernetes.io/hostname: "newsite.dutchellie.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:
|
||||||
- quenten.nl
|
- newsite.dutchellie.nl
|
||||||
secretName: newsite-tls
|
secretName: newsite-tls
|
||||||
hosts:
|
hosts:
|
||||||
- host: quenten.nl
|
- host: newsite.dutchellie.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://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!
|
Don't worry about the invalid SSL certificate, that's normal!
|
||||||
</p>
|
</p>
|
Loading…
Reference in New Issue
Block a user