fix(portfolio): try to replace self-signed certificate for staging site

This commit is contained in:
David Landry 2025-03-27 11:47:50 -04:00
parent 31a9a4ce92
commit 58546e985b
2 changed files with 3 additions and 4 deletions

View file

@ -5,7 +5,7 @@ metadata:
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: david@dmwl.net
email: letsencrypt.homelab@davad.me
privateKeySecretRef:
name: letsencrypt-issuer
solvers:

View file

@ -6,8 +6,8 @@ metadata:
app.kubernetes.io/name: portfolio
annotations:
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/cors-allow-origin: "https://us-assets.i.posthog.com"
@ -15,12 +15,11 @@ metadata:
gethomepage.dev/name: Portfolio - Staging
gethomepage.dev/group: Sites
gethomepage.dev/href: https://portfolio-staging.int.nc.landry.land
# gethomepage.dev/description:
# gethomepage.dev/icon: syncthing
spec:
tls:
- hosts:
- "portfolio-staging.int.nc.landry.land"
secretName: staging-portfolio-tls
rules:
- host: "portfolio-staging.int.nc.landry.land"
http: