Open ssh port using upnp
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m40s

This commit is contained in:
Dreaded_X 2025-04-16 03:18:58 +02:00
parent e21c9fd428
commit eb09be3647
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -14,6 +14,10 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: tunnel-ssh name: tunnel-ssh
annotations:
kube-vip.io/forwardUPNP: true
# For some reason upnp only works on 10.0.0.x IPs
kube-vip.io/loadbalancerIPs: 10.0.0.180
spec: spec:
type: LoadBalancer type: LoadBalancer
ports: ports: