-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Description
Ratings API container exposes port 3000 not 8080 Since those PR :
- https://github.com/thotheod/AroWorkshopFixed/blob/main/02-GoMicroservices/changelog.md
- package upgrades and fixes MicrosoftDocs/mslearn-aks-workshop-ratings-api#16
- fix dockerfile / upgrade packages MicrosoftDocs/mslearn-aks-workshop-ratings-web#29
The ARO workshop guidance should state this and provide a CLI snippet 'oc new-app ....' to get the Service configured with
ports:
- name: 80-3000-tcp
protocol: TCP
port: 8080
targetPort: 3000I have read the OC CLI docs but not found anything, how to do so ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels