- 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
forked from City-of-Helsinki/verkkokauppa-core
-
Notifications
You must be signed in to change notification settings - Fork 0
rierjarv/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
Releases
No releases published
Packages 0
No packages published
Languages
- Java 98.1%
- HTML 1.2%
- Other 0.7%