This commit is contained in:
ivamp 2024-07-25 16:09:12 +08:00
parent 667e349112
commit ddea09e38f
5 changed files with 8 additions and 10 deletions

View File

@ -120,7 +120,7 @@
'maintenance' => [ 'maintenance' => [
'driver' => env('APP_MAINTENANCE_DRIVER', 'cache'), 'driver' => env('APP_MAINTENANCE_DRIVER', 'cache'),
'store' => env('APP_MAINTENANCE_STORE', 'database'), // 'store' => env('APP_MAINTENANCE_STORE', 'database'),
], ],
]; ];

View File

@ -1,7 +1,5 @@
<?php <?php
use Illuminate\Support\Str;
return [ return [
/* /*
@ -15,7 +13,7 @@
| |
*/ */
'default' => env('CACHE_STORE', 'redis'), 'default' => 'redis',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -60,6 +58,6 @@
| |
*/ */
'prefix' => 'amber_cache:', 'prefix' => 'cache:',
]; ];

View File

@ -136,7 +136,7 @@
'options' => [ 'options' => [
'cluster' => env('REDIS_CLUSTER', 'redis'), 'cluster' => env('REDIS_CLUSTER', 'redis'),
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'), 'prefix' => 'amber_database:',
], ],
'default' => [ 'default' => [

View File

@ -18,7 +18,7 @@
| |
*/ */
'driver' => env('SESSION_DRIVER', 'redis'), 'driver' => 'redis',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View File

@ -21,7 +21,7 @@ spec:
name: amber-env name: amber-env
containers: containers:
- name: web - 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 imagePullPolicy: IfNotPresent
command: command:
- /usr/bin/start.sh - /usr/bin/start.sh
@ -77,7 +77,7 @@ spec:
name: amber-env name: amber-env
containers: containers:
- name: schedule - 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 imagePullPolicy: IfNotPresent
command: command:
- /usr/bin/start.sh - /usr/bin/start.sh
@ -112,7 +112,7 @@ spec:
- name: ccr-registry - name: ccr-registry
containers: containers:
- name: worker - 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 imagePullPolicy: IfNotPresent
command: command:
- /usr/bin/start.sh - /usr/bin/start.sh