fixed disappearing ports issue

This commit is contained in:
Natasha Sarkar
2021-03-08 11:16:11 -08:00
parent 9e8e7a7fe9
commit 397744f436
5 changed files with 270 additions and 15 deletions

View File

@@ -723,12 +723,12 @@ spec:
- name: consul
image: "dashicorp/consul:1.9.1"
ports:
- containerPort: 8500
name: http
- containerPort: 8301
protocol: "TCP"
- containerPort: 8301
protocol: "UDP"
- containerPort: 8500
name: http
`,
},
}