HI.
i have an application running inside a clusert k8s (nested vms inside proxmox) i port-forward to the application service on port 443:
when i run curl 127.0.0.1:30900 i can see the app running :

so now i want to access the web ui from the browser..i put the : http://ip_proxmox_host:30900..but it doesnt work.
i have added the port on the nat :

can you help please ?
thanks
i have an application running inside a clusert k8s (nested vms inside proxmox) i port-forward to the application service on port 443:
Code:
kubectl port-forward svc/argo-cd-argocd-server 30900:443 -n argocd
when i run curl 127.0.0.1:30900 i can see the app running :

so now i want to access the web ui from the browser..i put the : http://ip_proxmox_host:30900..but it doesnt work.
i have added the port on the nat :

can you help please ?
thanks