fix(portfolio): try to replace self-signed certificate for staging site
This commit is contained in:
parent
31a9a4ce92
commit
58546e985b
2 changed files with 3 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
server: https://acme-v02.api.letsencrypt.org/directory
|
server: https://acme-v02.api.letsencrypt.org/directory
|
||||||
email: david@dmwl.net
|
email: letsencrypt.homelab@davad.me
|
||||||
privateKeySecretRef:
|
privateKeySecretRef:
|
||||||
name: letsencrypt-issuer
|
name: letsencrypt-issuer
|
||||||
solvers:
|
solvers:
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ metadata:
|
||||||
app.kubernetes.io/name: portfolio
|
app.kubernetes.io/name: portfolio
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||||
nginx.ingress.kubernetes.io/whitelist-source-range: 192.168.1.1/16
|
|
||||||
|
|
||||||
|
nginx.ingress.kubernetes.io/whitelist-source-range: 192.168.1.1/16
|
||||||
nginx.ingress.kubernetes.io/enable-cors: "true"
|
nginx.ingress.kubernetes.io/enable-cors: "true"
|
||||||
nginx.ingress.kubernetes.io/cors-allow-origin: "https://us-assets.i.posthog.com"
|
nginx.ingress.kubernetes.io/cors-allow-origin: "https://us-assets.i.posthog.com"
|
||||||
|
|
||||||
|
|
@ -15,12 +15,11 @@ metadata:
|
||||||
gethomepage.dev/name: Portfolio - Staging
|
gethomepage.dev/name: Portfolio - Staging
|
||||||
gethomepage.dev/group: Sites
|
gethomepage.dev/group: Sites
|
||||||
gethomepage.dev/href: https://portfolio-staging.int.nc.landry.land
|
gethomepage.dev/href: https://portfolio-staging.int.nc.landry.land
|
||||||
# gethomepage.dev/description:
|
|
||||||
# gethomepage.dev/icon: syncthing
|
|
||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- "portfolio-staging.int.nc.landry.land"
|
- "portfolio-staging.int.nc.landry.land"
|
||||||
|
secretName: staging-portfolio-tls
|
||||||
rules:
|
rules:
|
||||||
- host: "portfolio-staging.int.nc.landry.land"
|
- host: "portfolio-staging.int.nc.landry.land"
|
||||||
http:
|
http:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue