You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 years ago | |
|---|---|---|
| .s2i | 6 years ago | |
| src/main | 6 years ago | |
| .gitignore | 6 years ago | |
| README.md | 6 years ago | |
| openapi.json | 6 years ago | |
| pom.xml | 6 years ago | |
README.md
Library API
oc new-project library-api
oc create secret generic 3scale-toolbox -n library-api --from-file="$HOME/.3scalerc.yaml"
oc new-app -n library-api --template=jenkins-ephemeral --name=jenkins -p MEMORY_LIMIT=2Gi
oc set env -n library-api dc/jenkins JENKINS_OPTS=--sessionTimeout=86400
oc import-image openjdk-8-rhel8 --from=registry.redhat.io/openjdk/openjdk-8-rhel8 --confirm -n openshift --reference-policy=local
oc new-app -n library-api -i openjdk-8-rhel8 https://github.com/nmasse-itix/library-api.git --name=library-api
oc expose -n library-api svc/library-api --hostname="library-api.apps.ocp4.itix.fr"