feat: allow production provider bootstrap
This commit is contained in:
@@ -29,8 +29,10 @@ metadata:
|
||||
namespace: zhinian
|
||||
type: Opaque
|
||||
stringData:
|
||||
# The Go API refuses to start in PostgreSQL production mode when any of the
|
||||
# four selectable real providers is missing its credentials.
|
||||
# In steady-state production the Go API expects all four selectable real
|
||||
# providers to be configured. For a temporary bootstrap, set
|
||||
# ZHINIAN_ALLOW_UNCONFIGURED_PROVIDERS=true in the Go runtime ConfigMap;
|
||||
# requests for an unconfigured provider will still return 503 until restart.
|
||||
VOLCENGINE_ACCESS_KEY_ID: REPLACE_WITH_VOLCENGINE_ACCESS_KEY_ID
|
||||
VOLCENGINE_SECRET_ACCESS_KEY: REPLACE_WITH_VOLCENGINE_SECRET_ACCESS_KEY
|
||||
EVOLINK_API_KEY: REPLACE_WITH_EVOLINK_API_KEY
|
||||
|
||||
Reference in New Issue
Block a user