mirror of
				https://github.com/carlosedp/cluster-monitoring.git
				synced 2025-10-26 10:23:04 +01:00 
			
		
		
		
	Patched ingress to resolve 'unkown spec serviceName'
This commit is contained in:
		
							parent
							
								
									c04bb08b05
								
							
						
					
					
						commit
						10a14ac22e
					
				| @ -9,9 +9,12 @@ spec: | |||||||
|     http: |     http: | ||||||
|       paths: |       paths: | ||||||
|       - backend: |       - backend: | ||||||
|           serviceName: alertmanager-main |           service: | ||||||
|           servicePort: web |             name: alertmanager-main | ||||||
|  |             port: | ||||||
|  |               name: web | ||||||
|         path: / |         path: / | ||||||
|  |         pathType: Prefix | ||||||
|   tls: |   tls: | ||||||
|   - hosts: |   - hosts: | ||||||
|     - alertmanager.192.168.1.15.nip.io |     - alertmanager.192.168.1.15.nip.io | ||||||
|  | |||||||
| @ -9,9 +9,12 @@ spec: | |||||||
|     http: |     http: | ||||||
|       paths: |       paths: | ||||||
|       - backend: |       - backend: | ||||||
|           serviceName: grafana |           service: | ||||||
|           servicePort: http |             name: grafana | ||||||
|  |             port: | ||||||
|  |               name: http | ||||||
|         path: / |         path: / | ||||||
|  |         pathType: Prefix | ||||||
|   tls: |   tls: | ||||||
|   - hosts: |   - hosts: | ||||||
|     - grafana.192.168.1.15.nip.io |     - grafana.192.168.1.15.nip.io | ||||||
|  | |||||||
| @ -9,9 +9,12 @@ spec: | |||||||
|     http: |     http: | ||||||
|       paths: |       paths: | ||||||
|       - backend: |       - backend: | ||||||
|           serviceName: prometheus-k8s |           service: | ||||||
|           servicePort: web |             name: prometheus-k8s | ||||||
|  |             port: | ||||||
|  |               name: web | ||||||
|         path: / |         path: / | ||||||
|  |         pathType: Prefix | ||||||
|   tls: |   tls: | ||||||
|   - hosts: |   - hosts: | ||||||
|     - prometheus.192.168.1.15.nip.io |     - prometheus.192.168.1.15.nip.io | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user