Merge pull request #3685 from natasha41575/PatchServicePort

fixed disappearing port issue
This commit is contained in:
Jeff Regan
2021-03-17 11:00:39 -07:00
committed by GitHub
4 changed files with 268 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
`,
},
}