fix: update ports for nginx-unprivileged

This commit is contained in:
2026-04-20 21:13:03 +02:00
parent c4c540ed60
commit 3e7a24aed3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
- name: nginx - name: nginx
image: forgejo.net-scope.org/hans/hugo-site:latest image: forgejo.net-scope.org/hans/hugo-site:latest
ports: ports:
- containerPort: 80 - containerPort: 8080
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:
+1 -1
View File
@@ -8,4 +8,4 @@ spec:
app: hugo app: hugo
ports: ports:
- port: 80 - port: 80
targetPort: 80 targetPort: 8080