改进
This commit is contained in:
parent
667e349112
commit
ddea09e38f
@ -120,7 +120,7 @@
|
||||
|
||||
'maintenance' => [
|
||||
'driver' => env('APP_MAINTENANCE_DRIVER', 'cache'),
|
||||
'store' => env('APP_MAINTENANCE_STORE', 'database'),
|
||||
// 'store' => env('APP_MAINTENANCE_STORE', 'database'),
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
@ -15,7 +13,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => env('CACHE_STORE', 'redis'),
|
||||
'default' => 'redis',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@ -60,6 +58,6 @@
|
||||
|
|
||||
*/
|
||||
|
||||
'prefix' => 'amber_cache:',
|
||||
'prefix' => 'cache:',
|
||||
|
||||
];
|
||||
|
@ -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' => [
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
'driver' => env('SESSION_DRIVER', 'redis'),
|
||||
'driver' => 'redis',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user