Kubernetes-Arr-stack/PrivoxyVPN/Service.yml
2025-12-29 16:20:27 +00:00

19 lines
333 B
YAML

apiVersion: v1
kind: Service
metadata:
name: privoxyvpn
spec:
selector:
app: privoxyvpn
ports:
- protocol: TCP
port: 8118
targetPort: 8118
nodePort: 30818
name: http-proxy
- protocol: TCP
port: 9118
targetPort: 9118
nodePort: 30819
name: socks-proxy
type: NodePort