mirror of
https://github.com/corda/corda.git
synced 2025-01-02 11:16:44 +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
|