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
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:
parent
0946bfb932
commit
6c7c8e99ba
1 changed files with 0 additions and 1 deletions
|
|
@ -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 }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue