-
Notifications
You must be signed in to change notification settings - Fork 246
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/HighImportant issue; should be worked on before any other issues (except priority/Critical issue(s)).Important issue; should be worked on before any other issues (except priority/Critical issue(s)).v2Issue or PR that applies to the v2 of odoIssue or PR that applies to the v2 of odo
Description
Assuming that devfile containers have following endpoints
endpoints:
- name: first
targetPort: 3000
- name: second
targetPort: 4000
The k8s Service that gets generated for odo should have matching port names
Current situation:
ports:
- name: port-3000
port: 3000
protocol: TCP
targetPort: 3000
- name: port-4000
port: 4000
protocol: TCP
targetPort: 4000
/priority high
/kind bug
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/HighImportant issue; should be worked on before any other issues (except priority/Critical issue(s)).Important issue; should be worked on before any other issues (except priority/Critical issue(s)).v2Issue or PR that applies to the v2 of odoIssue or PR that applies to the v2 of odo
Type
Projects
Status
Done ✅