From 73e314cf4e4ec86c2d68adb05b4d3bcd1544dbf5 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Thu, 6 Aug 2026 14:02:12 +0800 Subject: [PATCH] chore(api7): sync values comments from the upstream chart --- charts/api7/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/api7/values.yaml b/charts/api7/values.yaml index c2b0c1a..5392250 100644 --- a/charts/api7/values.yaml +++ b/charts/api7/values.yaml @@ -428,6 +428,8 @@ dashboard_configuration: # url: "https://docs.api7.ai" audit: retention_days: 60 + + # the following configuration takes effect for the gateway consumer_proxy: enable: false cache_success_count: 512 @@ -465,7 +467,8 @@ dashboard_configuration: # resource_container: yaml # config_container: config # endpoint: "$YOUR_AZURE_BLOB_ENDPOINT" - + # model_catalog_source_endpoint: "https://models.dev/api.json" # URL of the upstream model catalog; leave empty to disable sync + # model_catalog_sync_interval: 0 # Periodic sync interval in seconds (0 = disabled; minimum 60; e.g. 3600 = 1h, 86400 = 24h) security: # content_security_policy: "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:"