mirror of
				https://github.com/Telecominfraproject/wlan-toolsmith.git
				synced 2025-10-31 19:08:04 +00:00 
			
		
		
		
	Merge pull request #225 from Telecominfraproject/feature/wifi-10880--qa-dashboard
[WIFI-10880] Add: Helmfile - QA dashboard and fix dependencies
This commit is contained in:
		| @@ -13,8 +13,4 @@ spec: | |||||||
|       protocol: TCP |       protocol: TCP | ||||||
|     to: |     to: | ||||||
|     - ipBlock: |     - ipBlock: | ||||||
|         cidr: 172.20.0.1/32 |         cidr: 0.0.0.0/0 | ||||||
|     - ipBlock: |  | ||||||
|         cidr: 10.10.11.166/32 |  | ||||||
|     - ipBlock: |  | ||||||
|         cidr: 10.10.12.140/32 |  | ||||||
|   | |||||||
| @@ -318,6 +318,9 @@ releases: | |||||||
|               description: New ElasticSearch logs found with Assertion violation (WIFI-9824) |               description: New ElasticSearch logs found with Assertion violation (WIFI-9824) | ||||||
|  |  | ||||||
|   - grafana: |   - grafana: | ||||||
|  |       image: | ||||||
|  |         repository: grafana/grafana | ||||||
|  |         tag: 8.5.13 | ||||||
|       grafana.ini: |       grafana.ini: | ||||||
|         users: |         users: | ||||||
|           viewers_can_edit: true |           viewers_can_edit: true | ||||||
| @@ -354,6 +357,8 @@ releases: | |||||||
|         default: |         default: | ||||||
|           performance: |           performance: | ||||||
|             url: https://raw.githubusercontent.com/Telecominfraproject/wlan-testing/master/grafana/performance.json |             url: https://raw.githubusercontent.com/Telecominfraproject/wlan-testing/master/grafana/performance.json | ||||||
|  |           qaDebugging: | ||||||
|  |             url: https://raw.githubusercontent.com/Telecominfraproject/wlan-cloud-ucentral-analytics/main/grafana/qa-debugging.json | ||||||
|  |  | ||||||
|       datasources: |       datasources: | ||||||
|        datasources.yaml: |        datasources.yaml: | ||||||
| @@ -385,6 +390,8 @@ releases: | |||||||
|           jsonData: |           jsonData: | ||||||
|             esVersion: 6 |             esVersion: 6 | ||||||
|             timeField: '@timestamp' |             timeField: '@timestamp' | ||||||
|  |             logMessageField: message | ||||||
|  |             logLevelField: fields.level | ||||||
|  |  | ||||||
|   - alertmanager: |   - alertmanager: | ||||||
|       config: |       config: | ||||||
| @@ -412,6 +419,11 @@ releases: | |||||||
|             {{- readFile "alertmanager-templates/text.tpl" | nindent 14 }} |             {{- readFile "alertmanager-templates/text.tpl" | nindent 14 }} | ||||||
|             title_link: "" |             title_link: "" | ||||||
|  |  | ||||||
|  |   - kube-state-metrics: | ||||||
|  |       image: | ||||||
|  |         repository: tip-tip-wlan-cloud-ucentral.jfrog.io/kube-state-metrics | ||||||
|  |         tag: v2.6.0-tip20221103 | ||||||
|  |  | ||||||
|  |  | ||||||
| - name: prometheus-operator-helper | - name: prometheus-operator-helper | ||||||
|   condition: prometheus.enabled |   condition: prometheus.enabled | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dmitry Dunaev
					Dmitry Dunaev