From 4d37f0cea1fa9c72a6f6fe3a0553a4b23aca5db3 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 9 May 2024 10:49:23 +0300 Subject: [PATCH] storage --- strava.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/strava.yml b/strava.yml index d8b41b1..460481f 100644 --- a/strava.yml +++ b/strava.yml @@ -26,15 +26,12 @@ spec: - name: cycle-backend image: gitea.webart-tech.ru/webart/strava-backend/platformer:b42cd8a5aa64cdd1c52b6689147c547839e229dd env: - - name: FS_LOCAL_MOUNT_DIR - value: "/files" - name: APP_PUBLIC_URL value: "https://cycle-rider.ru" - name: DB_URI value: "postgresql+asyncpg://gen_user:D%5C8C34*Bv%3E%5CVwD@192.168.0.4:5432/default_db" ports: - - containerPort: 8000 - + - containerPort: 8000 --- apiVersion: v1 @@ -48,7 +45,7 @@ spec: resources: requests: storage: 10Gi - + --- apiVersion: v1