1 Star 0 Fork 0

OPLG / kiali

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run-kiali-config-template.yaml 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
###################################################################
# run-kiali-config-template.yaml
#
# This is intended to be used as a template configuration file
# for the developer tool 'run-kiali.sh'.
#
# This file is not intended to be used by Kiali other than when
# launched locally via 'run-kiali.sh'.
#
# If you want to know what settings Kiali supports, please see
# the spec field in the example Kiali CR found here:
# https://github.com/kiali/kiali-operator/blob/master/deploy/kiali/kiali_cr.yaml
#
###################################################################
istio_namespace: "${ISTIO_NAMESPACE}"
auth:
strategy: "anonymous"
deployment:
accessible_namespaces: ["**"]
remote_secret_path: "${REMOTE_SECRET_PATH}"
external_services:
custom_dashboards:
enabled: false
grafana:
enabled: true
in_cluster_url: "${GRAFANA_URL}"
url: "${GRAFANA_URL}"
istio:
url_service_version: "${ISTIOD_URL}"
prometheus:
url: "${PROMETHEUS_URL}"
tracing:
enabled: true
in_cluster_url: "${TRACING_URL}"
url: "${TRACING_URL}"
login_token:
signing_key: "notsecure"
server:
static_content_root_directory: "${UI_CONSOLE_DIR}"
# in_cluster must be false - do not change
in_cluster: false
1
https://gitee.com/oplg/kiali.git
git@gitee.com:oplg/kiali.git
oplg
kiali
kiali
master

搜索帮助