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