Compare commits

..

2 Commits

Author SHA1 Message Date
artem 1c82b9eed0 Merge branch 'main' of ssh://gitea.webart-tech.ru:30022/webart/kuber-deploy 2024-05-04 10:25:22 +03:00
artem 028daa0876 change DB IP 2024-05-04 10:25:11 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ spec:
- name: APP_PUBLIC_URL - name: APP_PUBLIC_URL
value: "https://cycle-rider.ru" value: "https://cycle-rider.ru"
- name: DB_URI - name: DB_URI
value: "postgresql+asyncpg://gen_user:D%5C8C34*Bv%3E%5CVwD@147.45.144.129: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