Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
springboot-Nunes
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
luiz.nunes
springboot-Nunes
Commits
dfcf149a
Commit
dfcf149a
authored
9 years ago
by
Benedikt Ritter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document what the OpenShift deployment will create
parent
dac3709b
master
…
revert-844503c0
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
README.md
README.md
+14
-0
No files found.
README.md
View file @
dfcf149a
...
...
@@ -31,6 +31,20 @@ The easiest way to deploy the sample application to OpenShift is to use the [Ope
oc new-app codecentric/springboot-maven3-centos~https://github.com/codecentric/springboot-sample-app
```
This will create:
*
An ImageStream called "springboot-maven3-centos"
*
An ImageStream called "springboot-sample-app"
*
A BuildConfig called "springboot-sample-app"
*
DeploymentConfig called "springboot-sample-app"
*
Service called "springboot-sample-app"
If you want to access the app from outside your OpenShift installation, you have to expose the springboot-sample-app service:
```
shell
oc expose springboot-sample-app
--hostname
=
www.example.com
```
## Copyright
Released under the Apache License 2.0. See the
[
LICENSE
](
https://github.com/codecentric/springboot-sample-app/blob/master/LICENSE
)
file.
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment