Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
demo-infra-jenkins
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
demo
demo-infra-jenkins
Commits
692c2a2b
Commit
692c2a2b
authored
Apr 17, 2020
by
João Lino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configure ingress.
Add gitlab plugins.
parent
ee5d5d77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
values.yaml
values.yaml
+11
-7
No files found.
values.yaml
View file @
692c2a2b
...
...
@@ -127,7 +127,7 @@ master:
# jenkinsOpts: ""
# jenkinsUrl: ""
# If you set this prefix and use ingress controller then you might want to set the ingress path below
#
jenkinsUriPrefix: "/jenkins"
jenkinsUriPrefix
:
"
/jenkins"
# Enable pod security context (must be `true` if runAsUser or fsGroup are set)
usePodSecurityContext
:
true
# Set runAsUser to 1000 to let Jenkins run as non-root user 'jenkins' which exists in 'jenkins/jenkins' docker image.
...
...
@@ -217,6 +217,9 @@ master:
-
workflow-aggregator:2.6
-
credentials-binding:1.21
-
git:4.2.0
-
gitlab-api:1.0.6
-
gitlab-branch-source:1.4.6
# Enable to always override the installed plugins with the values of 'master.installPlugins' on upgrade or redeployment.
# overwritePlugins: true
...
...
@@ -447,17 +450,18 @@ master:
overwriteJobs
:
false
ingress
:
enabled
:
fals
e
enabled
:
tru
e
# For Kubernetes v1.14+, use 'networking.k8s.io/v1beta1'
apiVersion
:
"
extensions/v1beta1"
#apiVersion: "extensions/v1beta1"
apiVersion
:
"
networking.k8s.io/v1beta1"
labels
:
{}
annotations
:
{}
#
kubernetes.io/ingress.class: nginx
kubernetes.io/ingress.class
:
nginx
# kubernetes.io/tls-acme: "true"
# Set this path to jenkinsUriPrefix above or use annotations to rewrite path
#
path: "/jenkins"
path
:
"
/jenkins"
# configures the hostname e.g. jenkins.example.com
hostName
:
hostName
:
www.joaolino.com
tls
:
# - secretName: jenkins.cluster.local
# hosts:
...
...
@@ -662,7 +666,7 @@ persistence:
networkPolicy
:
# Enable creation of NetworkPolicy resources.
enabled
:
fals
e
enabled
:
tru
e
# For Kubernetes v1.4, v1.5 and v1.6, use 'extensions/v1beta1'
# For Kubernetes v1.7, use 'networking.k8s.io/v1'
apiVersion
:
networking.k8s.io/v1
...
...
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