This commit is contained in:
artem 2024-05-09 10:55:24 +03:00
parent fc77b97a0a
commit e1df3e3eb0
1 changed files with 5 additions and 0 deletions

View File

@ -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