siranga/manifests/service.yaml
Dreaded_X 0c2b40b91c
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 5m5s
Added build action and kubernetes manifests
2025-04-14 18:40:59 +02:00

27 lines
381 B
YAML

apiVersion: v1
kind: Service
metadata:
name: tunnel
namespace: tunnel
spec:
ports:
- name: "3000"
port: 3000
targetPort: 3000
selector:
app: tunnel
---
apiVersion: v1
kind: Service
metadata:
name: tunnel-ssh
namespace: tunnel
spec:
type: LoadBalancer
ports:
- name: "2222"
port: 2222
targetPort: 2222
selector:
app: tunnel