forked from jenkins-x/jx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyvalues.yaml.template
41 lines (39 loc) · 928 Bytes
/
myvalues.yaml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# override the build pod images
jenkins:
Agent:
PodTemplates:
Maven:
Containers:
Maven:
Image: gcr.io/jenkinsxio/builder-maven:$VERSION
EnvVars:
CODECOV_TOKEN: $CODECOV_TOKEN
Nodejs:
Containers:
Nodejs:
Image: gcr.io/jenkinsxio/builder-nodejs:$VERSION
EnvVars:
CODECOV_TOKEN: $CODECOV_TOKEN
Go:
Containers:
Go:
Image: gcr.io/jenkinsxio/builder-go:$VERSION
EnvVars:
CODECOV_TOKEN: $CODECOV_TOKEN
# disable stuff
pipelinecontroller:
enabled: false
monocular:
enabled: false
# service link nexus
nexus:
enabled: false
nexusServiceLink:
enabled: true
externalName: "nexus.jx.svc.cluster.local"
# service link chartmuseum
chartmuseum:
enabled: false
chartmuseumServiceLink:
enabled: true
externalName: "jenkins-x-chartmuseum.jx.svc.cluster.local"