mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-29 20:12:42 +00:00
22 lines
574 B
YAML
22 lines
574 B
YAML
# 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: ""
|