corda/experimental/kubernetes/templates/services/notary.yml

17 lines
237 B
YAML
Raw Normal View History

kind: Service
apiVersion: v1
metadata:
name: notary
spec:
selector:
app: notary
ports:
- protocol: TCP
port: 10001
targetPort: 10001
name: p2p
- protocol: TCP
port: 10002
targetPort: 10002
name: rpc