storage
This commit is contained in:
parent
e1df3e3eb0
commit
7b08aa2cf3
|
|
@ -34,6 +34,9 @@ spec:
|
|||
value: "postgresql+asyncpg://gen_user:D%5C8C34*Bv%3E%5CVwD@192.168.0.4:5432/default_db"
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
volumeMounts:
|
||||
- mountPath: /files
|
||||
name: filedir
|
||||
volumes:
|
||||
- name: filedir
|
||||
persistentVolumeClaim:
|
||||
|
|
|
|||
Loading…
Reference in New Issue