From 4185bc2fa7f6269975f39cfe2e26c1c05235c06c Mon Sep 17 00:00:00 2001 From: David Landry Date: Mon, 21 Oct 2024 13:53:36 -0400 Subject: [PATCH] chore(portfolio): update URL, change dashboard name --- apps/portfolio/overlays/staging-sites/ingress.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/portfolio/overlays/staging-sites/ingress.yaml b/apps/portfolio/overlays/staging-sites/ingress.yaml index a070152..71b1e6d 100644 --- a/apps/portfolio/overlays/staging-sites/ingress.yaml +++ b/apps/portfolio/overlays/staging-sites/ingress.yaml @@ -9,17 +9,17 @@ metadata: nginx.ingress.kubernetes.io/whitelist-source-range: 192.168.1.1/16 gethomepage.dev/enabled: "true" - gethomepage.dev/name: Portfolio + gethomepage.dev/name: Portfolio - Staging gethomepage.dev/group: Sites - gethomepage.dev/href: https://portfolio-test.int.nc.landry.land + gethomepage.dev/href: https://portfolio-staging.int.nc.landry.land # gethomepage.dev/description: # gethomepage.dev/icon: syncthing spec: tls: - hosts: - - "portfolio-test.int.nc.landry.land" + - "portfolio-staging.int.nc.landry.land" rules: - - host: "portfolio-test.int.nc.landry.land" + - host: "portfolio-staging.int.nc.landry.land" http: paths: - path: "/"