diff --git a/config/app.php b/config/app.php index 0386cec..f6a9e58 100644 --- a/config/app.php +++ b/config/app.php @@ -120,7 +120,7 @@ 'maintenance' => [ 'driver' => env('APP_MAINTENANCE_DRIVER', 'cache'), - 'store' => env('APP_MAINTENANCE_STORE', 'database'), + // 'store' => env('APP_MAINTENANCE_STORE', 'database'), ], ]; diff --git a/config/cache.php b/config/cache.php index df246b4..d8e031e 100644 --- a/config/cache.php +++ b/config/cache.php @@ -1,7 +1,5 @@ env('CACHE_STORE', 'redis'), + 'default' => 'redis', /* |-------------------------------------------------------------------------- @@ -60,6 +58,6 @@ | */ - 'prefix' => 'amber_cache:', + 'prefix' => 'cache:', ]; diff --git a/config/database.php b/config/database.php index 624b697..273513e 100644 --- a/config/database.php +++ b/config/database.php @@ -136,7 +136,7 @@ 'options' => [ 'cluster' => env('REDIS_CLUSTER', 'redis'), - 'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'), + 'prefix' => 'amber_database:', ], 'default' => [ diff --git a/config/session.php b/config/session.php index b209e78..ec7b4d1 100644 --- a/config/session.php +++ b/config/session.php @@ -18,7 +18,7 @@ | */ - 'driver' => env('SESSION_DRIVER', 'redis'), + 'driver' => 'redis', /* |-------------------------------------------------------------------------- diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 6e48089..ce90aa6 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -21,7 +21,7 @@ spec: name: amber-env containers: - name: web - image: ccr.ccs.tencentyun.com/leafdev/amber:v0.0.1 + image: ccr.ccs.tencentyun.com/leafdev/amber:v0.0.1-fix-1 imagePullPolicy: IfNotPresent command: - /usr/bin/start.sh @@ -77,7 +77,7 @@ spec: name: amber-env containers: - name: schedule - image: ccr.ccs.tencentyun.com/leafdev/amber:v0.0.1 + image: ccr.ccs.tencentyun.com/leafdev/amber:v0.0.1-fix-1 imagePullPolicy: IfNotPresent command: - /usr/bin/start.sh @@ -112,7 +112,7 @@ spec: - name: ccr-registry containers: - name: worker - image: ccr.ccs.tencentyun.com/leafdev/amber:v0.0.1 + image: ccr.ccs.tencentyun.com/leafdev/amber:v0.0.1-fix-1 imagePullPolicy: IfNotPresent command: - /usr/bin/start.sh