mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
13 lines
170 B
YAML
13 lines
170 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: db
|
|
spec:
|
|
ports:
|
|
- name: postgres
|
|
port: 5432
|
|
protocol: TCP
|
|
targetPort: 5432
|
|
selector:
|
|
app: db
|