fix(secrets): update JWT secrets and internal metrics token in secrets.yaml
Deployment Config CI / Deployment Config (push) Successful in 12s
Deployment Config CI / Deployment Config (push) Successful in 12s
This commit is contained in:
+4
-12
@@ -8,12 +8,10 @@ stringData:
|
||||
RABBITMQ_DEFAULT_PASS: geo_dev
|
||||
MINIO_ROOT_USER: minioadmin
|
||||
MINIO_ROOT_PASSWORD: minioadmin
|
||||
JWT_SECRET: change-me-in-production
|
||||
OPS_JWT_SECRET: change-me-in-production
|
||||
JWT_SECRET: geo-web-change-me-in-production
|
||||
OPS_JWT_SECRET: geo-ops-change-me-in-production
|
||||
OPS_DEFAULT_ADMIN_PASSWORD: change-me-before-apply
|
||||
LLM_API_KEY: ""
|
||||
SILICONFLOW_API_KEY: ""
|
||||
SCHEDULER_INTERNAL_METRICS_TOKEN: change-me-scheduler-metrics-token
|
||||
SCHEDULER_INTERNAL_METRICS_TOKEN: geo-metrics-token
|
||||
config.local.yaml: |
|
||||
database:
|
||||
password: geo_dev
|
||||
@@ -32,10 +30,4 @@ stringData:
|
||||
secret: "change-me-in-production"
|
||||
|
||||
scheduler:
|
||||
internal_metrics_token: "change-me-scheduler-metrics-token"
|
||||
|
||||
llm:
|
||||
api_key: ""
|
||||
|
||||
retrieval:
|
||||
api_key: ""
|
||||
internal_metrics_token: "geo-metrics-token"
|
||||
|
||||
Reference in New Issue
Block a user