force hostname as ipv4 on frontend
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Has been skipped
Podman Rootless Demo / deploy-prod (push) Failing after 34s

This commit is contained in:
continuist 2025-09-21 01:05:46 -04:00
parent 719d745bcb
commit e7386cfffd

View file

@ -111,6 +111,8 @@ spec:
- name: frontend
image: ${REGISTRY_HOST}/${APP_NAME}/sharenet-frontend:${IMAGE_TAG}
command: ["npm"]
args: ["run", "start:fast"] # next start --hostname 0.0.0.0 --port ${PORT:-3000}
# Security: drop all capabilities, read-only root filesystem
securityContext:
runAsNonRoot: true