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
522bcaaa
Commit
522bcaaa
authored
Feb 06, 2020
by
Daniel Gruesso
Committed by
Evan Read
Feb 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add https requirements to Auto DevOps docs
parent
738e0e9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+10
-0
No files found.
doc/topics/autodevops/index.md
View file @
522bcaaa
...
...
@@ -171,6 +171,16 @@ To make full use of Auto DevOps, you will need:
To get response metrics (in addition to system metrics), you need to
[
configure Prometheus to monitor NGINX
](
../../user/project/integrations/prometheus_library/nginx_ingress.md#configuring-nginx-ingress-monitoring
)
.
-
**cert-manager**
(optional, for TLS/HTTPS)
To enable HTTPS endpoints for your application, you need to install cert-manager,
a native Kubernetes certificate management controller that helps with issuing certificates.
Installing cert-manager on your cluster will issue a certificate by
[
Let’s Encrypt
](
https://letsencrypt.org/
)
and ensure that certificates are valid and up-to-date.
If you have configured GitLab's Kubernetes integration, you can deploy it to
your cluster by installing the
[
GitLab-managed app for cert-manager
](
../../user/clusters/applications.md#cert-manager
)
.
If you do not have Kubernetes or Prometheus installed, then Auto Review Apps,
Auto Deploy, and Auto Monitoring will be silently skipped.
...
...
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