- Open openshift website, then find in right corner and press the "Copy login command" below your profile name
- Run the command in command line
oc login --token=XXX --server=XXX
- Select correct project
oc project XXX
- Find pod name, CHANGE_ME to events returns first events-api pod name
oc get pods | grep CHANGE_ME | awk '{print $1}'
- Open tunnel to pod in port 8080,
oc port-forward POD_NAME 8080:8080
- Then you can open swagger on your local computer in http://localhost:8080/swagger-ui/index.html
-
Notifications
You must be signed in to change notification settings - Fork 1
City-of-Helsinki/verkkokauppa-core
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published