Skip to content

Commit

Permalink
chore(updatecli) track cik8s-experiments pods quota (#3889)
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal authored Apr 29, 2023
1 parent 9f748ed commit 265e565
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions updatecli/updatecli.d/charts/kubernetes-pods-quotas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ sources:
spec:
file: "https://raw.githubusercontent.com/jenkins-infra/jenkins-infra/production/hieradata/clients/azure.ci.jenkins.io.yaml"
key: "profile::jenkinscontroller::jcasc.cloud_agents.kubernetes.cik8s-bom.max_capacity"
cik8s_experiments_maxcapacity:
kind: yaml
name: get pods number for cik8s in ci.jenkins.io, namespace 'jenkins-agents-experiments'
spec:
file: "https://raw.githubusercontent.com/jenkins-infra/jenkins-infra/production/hieradata/clients/azure.ci.jenkins.io.yaml"
key: "profile::jenkinscontroller::jcasc.cloud_agents.kubernetes.cik8s-experiments.max_capacity"
doks_maxcapacity:
kind: yaml
name: get pods number for doks in ci.jenkins.io
Expand All @@ -49,6 +55,14 @@ targets:
file: config/jenkins-kubernetes-agents_ci.jenkins.io_cik8s-bom.yaml
key: 'quotas.pods'
scmid: default
quotas_cik8s_bom_experiments:
name: "Update the pods quotas in kubernetes for cik8s-experiments"
kind: yaml
sourceid: cik8s_experiments_maxcapacity
spec:
file: config/jenkins-kubernetes-agents_ci.jenkins.io_cik8s-experiments.yaml
key: 'quotas.pods'
scmid: default
quotas_doks_maxcapacity:
name: "Update the pods quotas in kubernetes for doks"
kind: yaml
Expand Down

0 comments on commit 265e565

Please sign in to comment.