fix: update ports for nginx-unprivileged
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -8,4 +8,4 @@ spec:
|
|||||||
app: hugo
|
app: hugo
|
||||||
ports:
|
ports:
|
||||||
- port: 80
|
- port: 80
|
||||||
targetPort: 80
|
targetPort: 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user