docker: Update consul container to match production (#6913)
- Update consul container from `1.13.1` to `1.14.2` to match production. - Specify `grpc_tls`, now required instead of defaulted to `8503` when `enable_agent_tls_for_checks` is specified. Part of #6911
This commit is contained in:
		
							parent
							
								
									80e1510819
								
							
						
					
					
						commit
						dc269a63d5
					
				|  | @ -98,7 +98,7 @@ services: | ||||||
|         ipv4_address: 10.33.33.3 |         ipv4_address: 10.33.33.3 | ||||||
| 
 | 
 | ||||||
|   bconsul: |   bconsul: | ||||||
|     image: hashicorp/consul:1.13.1 |     image: hashicorp/consul:1.14.2 | ||||||
|     volumes: |     volumes: | ||||||
|      - ./test/:/test/:cached |      - ./test/:/test/:cached | ||||||
|     networks: |     networks: | ||||||
|  |  | ||||||
|  | @ -20,6 +20,7 @@ ui_config { | ||||||
| } | } | ||||||
| ports { | ports { | ||||||
|   dns      = 53 |   dns      = 53 | ||||||
|  |   grpc_tls = 8503 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| services { | services { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue