storage
This commit is contained in:
parent
fc77b97a0a
commit
e1df3e3eb0
|
|
@ -34,6 +34,11 @@ spec:
|
||||||
value: "postgresql+asyncpg://gen_user:D%5C8C34*Bv%3E%5CVwD@192.168.0.4:5432/default_db"
|
value: "postgresql+asyncpg://gen_user:D%5C8C34*Bv%3E%5CVwD@192.168.0.4:5432/default_db"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
|
volumes:
|
||||||
|
- name: filedir
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: private-devstage
|
||||||
|
readOnly: false
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue