From 3e7a24aed37136077b4efe8b5d78039803c8eb68 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 20 Apr 2026 21:13:03 +0200 Subject: [PATCH] fix: update ports for nginx-unprivileged --- clusters/homelab/apps/hugo/deployment.yaml | 2 +- clusters/homelab/apps/hugo/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/homelab/apps/hugo/deployment.yaml b/clusters/homelab/apps/hugo/deployment.yaml index 27f0a19..37f01e5 100644 --- a/clusters/homelab/apps/hugo/deployment.yaml +++ b/clusters/homelab/apps/hugo/deployment.yaml @@ -23,7 +23,7 @@ spec: - name: nginx image: forgejo.net-scope.org/hans/hugo-site:latest ports: - - containerPort: 80 + - containerPort: 8080 securityContext: allowPrivilegeEscalation: false capabilities: diff --git a/clusters/homelab/apps/hugo/service.yaml b/clusters/homelab/apps/hugo/service.yaml index d09140e..3c3088f 100644 --- a/clusters/homelab/apps/hugo/service.yaml +++ b/clusters/homelab/apps/hugo/service.yaml @@ -8,4 +8,4 @@ spec: app: hugo ports: - port: 80 - targetPort: 80 + targetPort: 8080