Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/switch ci sidecars to polling #974

Merged
merged 3 commits into from
Mar 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions config/default/jenkins-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,17 @@ jenkins:
jenkins:
disabledAdministrativeMonitors:
- "jenkins.security.QueueItemAuthenticatorMonitor"
sidecars:
configAutoReload:
env:
# https://github.com/kiwigrid/k8s-sidecar#configuration-environment-variables
- name: METHOD
# Polling mode (instead of watching kube API)
value: "SLEEP"
# https://github.com/kiwigrid/k8s-sidecar#configuration-environment-variables
- name: SLEEP_TIME
# Time in seconds between two polls
value: "60"
ingress:
enabled: true
hostName: infra.ci.jenkins.io
Expand Down
13 changes: 12 additions & 1 deletion config/default/jenkins-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ jenkins:
cache:
size: 100
ttl: 300
advisor-settings: |
advisor-settings: |
jenkins:
disabledAdministrativeMonitors:
- com.cloudbees.jenkins.plugins.advisor.Reminder
Expand Down Expand Up @@ -444,6 +444,17 @@ jenkins:
jenkins:
disabledAdministrativeMonitors:
- "jenkins.security.QueueItemAuthenticatorMonitor"
sidecars:
configAutoReload:
env:
# https://github.com/kiwigrid/k8s-sidecar#configuration-environment-variables
- name: METHOD
# Polling mode (instead of watching kube API)
value: "SLEEP"
# https://github.com/kiwigrid/k8s-sidecar#configuration-environment-variables
- name: SLEEP_TIME
# Time in seconds between two polls
value: "60"
ingress:
enabled: true
hostName: release.ci.jenkins.io
Expand Down
2 changes: 1 addition & 1 deletion helmfile.d/datadog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ releases:
chart: datadog/datadog
version: 2.10.3
wait: true
timeout: 300
timeout: 600
atomic: true
values:
- "../config/default/datadog/datadog.yaml"
Expand Down