Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
66a78bb6
Commit
66a78bb6
authored
Apr 27, 2018
by
Dylan Griffith
Committed by
Marcia Ramos
Apr 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Add how to use nip.io to Auto DevOps and Kubernetes documentation"
parent
4377f453
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
app/views/projects/settings/ci_cd/_autodevops_form.html.haml
app/views/projects/settings/ci_cd/_autodevops_form.html.haml
+1
-0
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+5
-0
No files found.
app/views/projects/settings/ci_cd/_autodevops_form.html.haml
View file @
66a78bb6
...
@@ -36,5 +36,6 @@
...
@@ -36,5 +36,6 @@
=
form
.
text_field
:domain
,
class:
'form-control'
,
placeholder:
'domain.com'
=
form
.
text_field
:domain
,
class:
'form-control'
,
placeholder:
'domain.com'
.help-block
.help-block
=
s_
(
'CICD|You need to specify a domain if you want to use Auto Review Apps and Auto Deploy stages.'
)
=
s_
(
'CICD|You need to specify a domain if you want to use Auto Review Apps and Auto Deploy stages.'
)
=
link_to
icon
(
'question-circle'
),
help_page_path
(
'topics/autodevops/index.md'
,
anchor:
'auto-devops-base-domain'
),
target:
'_blank'
=
f
.
submit
'Save changes'
,
class:
"btn btn-success prepend-top-15"
=
f
.
submit
'Save changes'
,
class:
"btn btn-success prepend-top-15"
doc/topics/autodevops/index.md
View file @
66a78bb6
...
@@ -135,6 +135,11 @@ and `1.2.3.4` is the IP address of your load balancer; generally NGINX
...
@@ -135,6 +135,11 @@ and `1.2.3.4` is the IP address of your load balancer; generally NGINX
(
[
see prerequisites
](
#prerequisites
)
). How to set up the DNS record is beyond
(
[
see prerequisites
](
#prerequisites
)
). How to set up the DNS record is beyond
the scope of this document; you should check with your DNS provider.
the scope of this document; you should check with your DNS provider.
Alternatively you can use free public services like
[
xip.io
](
http://xip.io
)
or
[
nip.io
](
http://nip.io
)
which provide automatic wildcard DNS without any
configuration. Just set the Auto DevOps base domain to
`1.2.3.4.xip.io`
or
`1.2.3.4.nip.io`
.
Once set up, all requests will hit the load balancer, which in turn will route
Once set up, all requests will hit the load balancer, which in turn will route
them to the Kubernetes pods that run your application(s).
them to the Kubernetes pods that run your application(s).
...
...
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