Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system-charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
system-charts
Commits
f503fe74
Commit
f503fe74
authored
Jun 03, 2019
by
Guangbo Chen
Committed by
Craig Jellick
Jun 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Jaeger external url of Kiali
parent
9942ab9d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
2 deletions
+16
-2
configmap.yaml
...stio/1.1.5-rancher1/charts/kiali/templates/configmap.yaml
+0
-2
deployment.yaml
...tio/1.1.5-rancher1/charts/kiali/templates/deployment.yaml
+10
-0
values.yaml
charts/rancher-istio/1.1.5-rancher1/values.yaml
+6
-0
No files found.
charts/rancher-istio/1.1.5-rancher1/charts/kiali/templates/configmap.yaml
View file @
f503fe74
...
...
@@ -25,6 +25,4 @@ data:
custom_metrics_url: "http://prometheus.{{ .Release.Namespace }}:9090"
{{- if .Values.dashboard.grafanaURL }}
url: {{ .Values.dashboard.grafanaURL }}
{{- else }}
url: "http://prometheus.{{ .Release.Namespace }}:9090"
{{- end }}
charts/rancher-istio/1.1.5-rancher1/charts/kiali/templates/deployment.yaml
View file @
f503fe74
...
...
@@ -38,6 +38,16 @@ spec:
-
"
-v"
-
"
4"
env
:
{{
- if and .Values.global.rancher (and .Values.global.rancher.domain .Values.global.rancher.clusterId)
}}
{{
- if not .Values.dashboard.jaegerURL
}}
-
name
:
JAEGER_URL
value
:
'
https://{{
.Values.global.rancher.domain
}}/k8s/clusters/{{
.Values.global.rancher.clusterId
}}/api/v1/namespaces/{{
.Release.Namespace
}}/services/tracing:80/proxy/jaeger'
{{
- end
}}
{{
- if not .Values.dashboard.grafanaURL
}}
-
name
:
GRAFANA_URL
value
:
'
https://{{
.Values.global.rancher.domain
}}/k8s/clusters/{{
.Values.global.rancher.clusterId
}}/api/v1/namespaces/{{
.Release.Namespace
}}/services/http:grafana:80/proxy/'
{{
- end
}}
{{
- end
}}
-
name
:
ACTIVE_NAMESPACE
valueFrom
:
fieldRef
:
...
...
charts/rancher-istio/1.1.5-rancher1/values.yaml
View file @
f503fe74
...
...
@@ -133,6 +133,12 @@ certmanager:
# Common settings used among istio subcharts.
global
:
# Specify rancher domain and clusterId of external tracing config
# https://github.com/istio/istio.io/issues/4146#issuecomment-493543032
rancher
:
domain
:
clusterId
:
systemDefaultRegistry
:
"
"
# Default hub for Istio images.
# Releases are published to docker hub under 'istio' project.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment