Merge pull request #3557 from natasha41575/PatchMergeIssue

fixed ports merging issue and refactored some kyaml/walk code
This commit is contained in:
Jeff Regan
2021-02-09 08:48:19 -08:00
committed by GitHub
6 changed files with 145 additions and 125 deletions

View File

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