@@ -19,10 +19,10 @@ A Helm chart for Kubernetes
1919| busybox.image.repository | string | ` "docker.io/busybox" ` | |
2020| busybox.image.tag | float | ` 1.28 ` | |
2121| dashboard.image.pullPolicy | string | ` "IfNotPresent" ` | |
22- | dashboard.image.repository | string | ` "hkccr.ccs.tencentyun.com/ api7/api7-ee-3-integrated" ` | |
23- | dashboard.image.tag | string | ` "dev " ` | |
22+ | dashboard.image.repository | string | ` "api7/api7-ee-3-integrated" ` | |
23+ | dashboard.image.tag | string | ` "v3.2.6.0 " ` | |
2424| dashboard.replicaCount | int | ` 1 ` | |
25- | dashboard_configuration.authentication_config.session_secret | string | ` "123456 " ` | |
25+ | dashboard_configuration.authentication_config.session_secret | string | ` "changeme " ` | |
2626| dashboard_configuration.console.addr | string | ` "http://127.0.0.1:3000" ` | |
2727| dashboard_configuration.database.postgres.addr | string | ` "api7ee3-postgresql:5432" ` | |
2828| dashboard_configuration.database.postgres.database | string | ` "api7ee" ` | |
@@ -32,11 +32,6 @@ A Helm chart for Kubernetes
3232| dashboard_configuration.log.level | string | ` "info" ` | |
3333| dashboard_configuration.log.output | string | ` "stderr" ` | |
3434| dashboard_configuration.login.source | string | ` "DB" ` | |
35- | dashboard_configuration.oauth2_config.callback_url | string | ` "" ` | |
36- | dashboard_configuration.oauth2_config.client_id | string | ` "5778c01f-2236-4261-92e9-a7ca4eb180b7" ` | |
37- | dashboard_configuration.oauth2_config.client_secret | string | ` "f840329b-1653-4336-a95a-d0cc5aa54a91" ` | |
38- | dashboard_configuration.oauth2_config.issuer | string | ` "http://api7ee3-keycloak/realms/master" ` | |
39- | dashboard_configuration.oauth2_config.redirect_url | string | ` "" ` | |
4035| dashboard_configuration.prometheus.addr | string | ` "http://api7ee3-prometheus-server:9090" ` | |
4136| dashboard_configuration.prometheus.whitelist[ 0] | string | ` "/api/v1/query_range" ` | |
4237| dashboard_configuration.prometheus.whitelist[ 1] | string | ` "/api/v1/query" ` | |
@@ -50,15 +45,15 @@ A Helm chart for Kubernetes
5045| dashboard_configuration.server.cors.enabled | bool | ` false ` | |
5146| dashboard_configuration.server.listen.host | string | ` "0.0.0.0" ` | |
5247| dashboard_configuration.server.listen.port | int | ` 7080 ` | |
53- | dashboard_configuration.session_options_config.same_site | string | ` "none " ` | |
54- | dashboard_configuration.session_options_config.secure | bool | ` true ` | |
48+ | dashboard_configuration.session_options_config.same_site | string | ` "lax " ` | |
49+ | dashboard_configuration.session_options_config.secure | bool | ` false ` | |
5550| dashboard_configuration.user_manager.logout_url | string | ` "https://login.api7.ai/v2/logout" ` | |
5651| dashboard_configuration.user_manager.oidc_provider | string | ` "keycloak" ` | |
5752| dashboard_service.port | int | ` 7080 ` | |
5853| dashboard_service.type | string | ` "ClusterIP" ` | |
5954| dp_manager.image.pullPolicy | string | ` "IfNotPresent" ` | |
60- | dp_manager.image.repository | string | ` "hkccr.ccs.tencentyun.com/ api7/api7-ee-dp-manager" ` | |
61- | dp_manager.image.tag | string | ` "dev " ` | |
55+ | dp_manager.image.repository | string | ` "api7/api7-ee-dp-manager" ` | |
56+ | dp_manager.image.tag | string | ` "v3.2.6.0 " ` | |
6257| dp_manager.replicaCount | int | ` 1 ` | |
6358| dp_manager_configuration.database.postgres.addr | string | ` "api7ee3-postgresql:5432" ` | |
6459| dp_manager_configuration.database.postgres.database | string | ` "api7ee" ` | |
0 commit comments