mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-14 05:47:32 +00:00
15 lines
209 B
YAML
15 lines
209 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: tor
|
|
labels:
|
|
app: tor
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 9050
|
|
name: torproxy
|
|
- port: 9051
|
|
name: torcontrol
|
|
selector:
|
|
app: tor |