mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
17 lines
257 B
YAML
17 lines
257 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: hot-warm
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: p2p
|
||
|
port: 10002
|
||
|
protocol: TCP
|
||
|
targetPort: 10002
|
||
|
- name: rpc
|
||
|
port: 10003
|
||
|
protocol: TCP
|
||
|
targetPort: 10003
|
||
|
selector:
|
||
|
app: hot-warm
|