[#389] GVM UI moved to 127.0.0.1:19443 — k3s ingress hostPorts claim 80/443 on this node
ci / audit (push) Successful in 46s

Workstation is a k8s worker: kube-proxy hostPort rules DNAT 80/443 (any
node IP + 127.0.0.1) into the ingress pod, shadowing loopback binds.
Also: gvm-script target importer (63/63 imported) committed.
https://projects.knownelement.com/issues/389
This commit is contained in:
2026-09-05 11:29:24 -05:00
parent ffc82467a9
commit 195eb29164
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -176,8 +176,8 @@ services:
image: registry.community.greenbone.net/community/nginx@sha256:53bfde7e5db20cef57c2b8a9ca654a08803614193c929248f43dfd8293fd34d1
container_name: ukrrs-oam-gvm-nginx
ports:
- 127.0.0.1:443:443
- 127.0.0.1:9392:9392
- 127.0.0.1:19443:443 # host ports 80/443 are claimed by the k3s ingress (hostPort) on this node
- 127.0.0.1:19392:9392
volumes:
- nginx_config_vol:/etc/nginx/conf.d:ro
- nginx_certificates_vol:/etc/nginx/certs:ro