Files
public-k3s/cluster/apps/gluetun/gluetun-svc.yml

32 lines
450 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: gluetun-service
namespace: default
spec:
type: NodePort
selector:
app: gluetun
ports:
- port: 8888
targetPort: 8888
nodePort: 8388
protocol: TCP
---
apiVersion: v1
kind: Service
metadata:
name: gluetun-p2p-service
namespace: default
spec:
type: NodePort
selector:
app: gluetun
ports:
- port: 6881
targetPort: 6881
nodePort: 30881
protocol: TCP