19 lines
333 B
YAML
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
|