mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-29 12:02:41 +00:00
initial config based of jenkins-x/jenkins-x-boot-config with ref v1.0.82
This commit is contained in:
21
kubeProviders/iks/values.tmpl.yaml
Normal file
21
kubeProviders/iks/values.tmpl.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
# Override configuration from https://github.com/jenkins-x/jenkins-x-platform/blob/master/jenkins-x-platform/values.yaml
|
||||
jenkins:
|
||||
Servers:
|
||||
Global:
|
||||
EnvVars:
|
||||
DOCKER_REGISTRY: "registry.ng.bluemix.net"
|
||||
# Smaller cluster configurations require more time
|
||||
Master:
|
||||
Readiness:
|
||||
InitialDelaySeconds: 600
|
||||
Liveness:
|
||||
InitialDelaySeconds: 660
|
||||
|
||||
docker-registry:
|
||||
enabled: false
|
||||
|
||||
jenkins-x-platform:
|
||||
# lets disable creating the jenkins-x-docker-cfg secret
|
||||
# we can manage that by hand for now
|
||||
.PipelineSecrets:
|
||||
DockerConfig: ""
|
Reference in New Issue
Block a user