mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-07-30 06:31:47 +00:00
14 lines
190 B
YAML
14 lines
190 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: lnd
|
|
labels:
|
|
app: lnd
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- name: grpc
|
|
port: 10009
|
|
targetPort: 10009
|
|
selector:
|
|
app: lnd |