mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
13 lines
160 B
YAML
13 lines
160 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: db
|
|
labels:
|
|
app: db
|
|
spec:
|
|
containers:
|
|
- name: db
|
|
image: postgres
|
|
ports:
|
|
- containerPort: 5432
|