|
1 | 1 | image:
|
2 | 2 | repository: mesosphere/kommander
|
3 |
| - tag: 1.176.3 |
| 3 | + tag: 1.182.8 |
4 | 4 | pullPolicy: IfNotPresent
|
5 | 5 | replicas: 1
|
6 | 6 | logoutRedirectPath: /ops/landing
|
@@ -73,9 +73,9 @@ kommander-cluster-lifecycle:
|
73 | 73 | konvoy:
|
74 | 74 | allowUnofficialReleases: false
|
75 | 75 | kubeaddonsRepository:
|
76 |
| - versionStrategy: repository-tag # One of: `repository-tag`, `mapped-kubernetes-version`, `master`, |
77 |
| - versionCacheRefreshInterval: 1h # A duration as specified in https://golang.org/pkg/time/#ParseDuration |
78 |
| - versionMap: {} # Only applicable for `versionStrategy` of `mapped-kubernetes-version` |
| 76 | + versionStrategy: repository-tag # One of: `repository-tag`, `mapped-kubernetes-version`, `master`, |
| 77 | + versionCacheRefreshInterval: 1h # A duration as specified in https://golang.org/pkg/time/#ParseDuration |
| 78 | + versionMap: {} # Only applicable for `versionStrategy` of `mapped-kubernetes-version` |
79 | 79 |
|
80 | 80 | kommander-thanos:
|
81 | 81 | enabled: true
|
@@ -166,16 +166,16 @@ grafana:
|
166 | 166 | datasources.yaml:
|
167 | 167 | apiVersion: 1
|
168 | 168 | datasources:
|
169 |
| - - name: ThanosQuery |
170 |
| - type: prometheus |
171 |
| - url: http://kommander-kubeaddons-thanos-query-http.kommander:10902/ |
172 |
| - access: proxy |
173 |
| - isDefault: true |
174 |
| - - name: KommanderPrometheus |
175 |
| - type: prometheus |
176 |
| - url: http://prometheus-kubeaddons-prom-prometheus.kubeaddons:9090/ |
177 |
| - access: proxy |
178 |
| - isDefault: false |
| 169 | + - name: ThanosQuery |
| 170 | + type: prometheus |
| 171 | + url: http://kommander-kubeaddons-thanos-query-http.kommander:10902/ |
| 172 | + access: proxy |
| 173 | + isDefault: true |
| 174 | + - name: KommanderPrometheus |
| 175 | + type: prometheus |
| 176 | + url: http://prometheus-kubeaddons-prom-prometheus.kubeaddons:9090/ |
| 177 | + access: proxy |
| 178 | + isDefault: false |
179 | 179 |
|
180 | 180 | ## Sidecars that collect the configmaps with specified label and stores the included files them into the respective folders
|
181 | 181 | ## Requires at least Grafana 5 to work and can't be used together with parameters dashboardProviders, datasources and dashboards
|
|
0 commit comments