mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-dev.git
synced 2025-08-29 20:12:42 +00:00
initial config based of jenkins-x/jenkins-x-boot-config with ref v1.0.82
This commit is contained in:
24
kubeProviders/icp/values.tmpl.yaml
Normal file
24
kubeProviders/icp/values.tmpl.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
# Override configuration from https://github.com/jenkins-x/jenkins-x-platform/blob/master/jenkins-x-platform/values.yaml
|
||||
monocular:
|
||||
mongodb:
|
||||
persistence:
|
||||
enabled: false
|
||||
|
||||
# We'll be using the IBM Cloud Private registry
|
||||
docker-registry:
|
||||
enabled: false
|
||||
|
||||
jenkins:
|
||||
Servers:
|
||||
# global node properties
|
||||
Global:
|
||||
EnvVars:
|
||||
# Override this if your cluster name is not mycluster.icp (the default for IBM Cloud Private) with --docker-registry
|
||||
DOCKER_REGISTRY: mycluster.icp:8500/jx
|
||||
Master:
|
||||
ServiceAnnotations:
|
||||
fabric8.io/ingress.annotations: "kubernetes.io/ingress.class: nginx\nnginx.ingress.kubernetes.io/proxy-body-size: 500m\nkubernetes.io/tls-acme: true\ncertmanager.k8s.io/cluster-issuer: icp-ca-issuer"
|
||||
Readiness:
|
||||
InitialDelaySeconds: 10
|
||||
Liveness:
|
||||
InitialDelaySeconds: 10
|
Reference in New Issue
Block a user