| --- |
| jenkins: |
| clouds: |
| - kubernetes: |
| name: k8s-infra |
| connectTimeout: 5 |
| containerCapStr: 10 |
| credentialsId: k8s-infra-config |
| maxRequestsPerHostStr: 32 |
| readTimeout: 15 |
| skipTlsVerify: true |
| webSocket: true |
| templates: |
| - name: dind-infra |
| showRawYaml: false |
| containers: |
| - name: docker |
| args: 99d |
| command: sleep |
| envVars: |
| - envVar: |
| key: DOCKER_HOST |
| value: tcp://localhost:2375 |
| image: docker:19.03.1 |
| livenessProbe: |
| failureThreshold: 0 |
| initialDelaySeconds: 0 |
| periodSeconds: 0 |
| successThreshold: 0 |
| timeoutSeconds: 0 |
| workingDir: /home/jenkins/agent |
| - name: docker-daemon |
| envVars: |
| - envVar: |
| key: DOCKER_TLS_CERTDIR |
| image: docker:19.03.1-dind |
| livenessProbe: |
| failureThreshold: 0 |
| initialDelaySeconds: 0 |
| periodSeconds: 0 |
| successThreshold: 0 |
| timeoutSeconds: 0 |
| privileged: true |
| |
| credentials: |
| system: |
| domainCredentials: |
| - credentials: |
| - file: |
| id: k8s-infra-config |
| fileName: k8s-re-jenkins-us-prod.yaml |
| secretBytes: ${CRED_K8S_RE_JENKINS_CONFIG_CONTENT} |
| |