podman-desktop
podman-desktop copied to clipboard
Display `containerPort` in the pod group
Is your enhancement related to a problem? Please describe
As a user, I'd like to quickly see the containerPort define in my Pods.
Sample yaml:
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: postgres
spec:
template:
metadata:
labels:
app: postgres
spec:
containers:
- name: postgres
image: postgres:9.6.5
ports:
- containerPort: 5432
env:
- name: POSTGRES_DB
value: url_shortener_db
- name: POSTGRES_USER
value: user
- name: POSTGRES_PASSWORD
value: mysecretpassword
Describe the solution you'd like
On the containers in the pod, I should be able to see the containerPort like I do when I start an image
Describe alternatives you've considered
No response
Additional context
No response
@slemeur the
ports:
- containerPort: 5432
is not kept by podman so it's not possible to retrieve that information
How can i confirm that port is open just information isn't retrieved by PodmanDesktop?
closing as we can see ports