Skip to content

Commit 7b35a4f

Browse files
committed
Merge branch 'CPLT2-5469' of github.com:cb-jeffduska/cloudbees-examples into CPLT2-5469
2 parents 889ec31 + d5f2447 commit 7b35a4f

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# A helm example values file for migrating a CloudBees Core for Modern Platfrom Install.
2+
# Install an nginx-ingress controller
3+
nginx-ingress:
4+
# Change this to true, if you want to install the NGINX Ingress Controller
5+
Enabled: false
6+
7+
OperationsCenter:
8+
# Set the HostName for the Operation Center
9+
HostName: 'cloudbees-core.example.com'
10+
Ingress:
11+
tls:
12+
## Set this to true in order to enable TLS on the ingress record
13+
Enable: false
14+
SecretName: core-example-com-tls
15+
Host: jenkins.cluster.local
16+
17+
# Do not change these values. They are all set for migrating CloudBees Core.
18+
Persistence:
19+
ExistingClaim: 'jenkins-home-cjoc-0'
20+
21+
nameOverride: cjoc
22+
23+
saOverride:
24+
enabled : true
25+
serviceAccount: cjoc
26+
masterServiceAccount: jenkins

0 commit comments

Comments
 (0)