siranga/manifests/service.yaml
Dreaded_X 815854dc24
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m26s
Open ssh port using upnp
2025-04-16 03:28:45 +02:00

27 lines
390 B
YAML

apiVersion: v1
kind: Service
metadata:
name: tunnel
spec:
ports:
- name: "3000"
port: 3000
targetPort: 3000
selector:
app: tunnel
---
apiVersion: v1
kind: Service
metadata:
name: tunnel-ssh
annotations:
kube-vip.io/forwardUPNP: true
spec:
type: LoadBalancer
ports:
- name: "2222"
port: 2222
targetPort: 2222
selector:
app: tunnel