Open ssh port using upnp
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m40s
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m40s
This commit is contained in:
parent
e21c9fd428
commit
eb09be3647
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user