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