corda/experimental/kubernetes/templates/services/notary.yml
2018-03-27 13:45:44 +01:00

17 lines
237 B
YAML

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