feat: add gluetun deployment, service, and configmap configurations

This commit is contained in:
2025-04-15 08:37:59 +05:30
parent 1f1306e0f5
commit 5d4a73a937
3 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
---
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