mirror of
https://github.com/corda/corda.git
synced 2025-01-01 10:46:46 +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
|