get rid of hostPort
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 47s

This commit is contained in:
continuist 2025-09-20 23:14:25 -04:00
parent 0946bfb932
commit 6c7c8e99ba

View file

@ -153,7 +153,6 @@ spec:
ports: ports:
- containerPort: 8080 # inside pod - containerPort: 8080 # inside pod
hostIP: 127.0.0.1 # only loopback on host hostIP: 127.0.0.1 # only loopback on host
hostPort: 18080 # high port exposed to host
- containerPort: 8090 # health inside pod (not exposed) - containerPort: 8090 # health inside pod (not exposed)
volumeMounts: volumeMounts:
- { name: nginx-run, mountPath: /var/run, readOnly: false } - { name: nginx-run, mountPath: /var/run, readOnly: false }