jenkins: lower controller scheduling requests
This commit is contained in:
parent
0a59d6f26e
commit
07a2dfbb92
@ -19,6 +19,10 @@ spec:
|
|||||||
app: jenkins
|
app: jenkins
|
||||||
annotations:
|
annotations:
|
||||||
vault.hashicorp.com/agent-inject: "true"
|
vault.hashicorp.com/agent-inject: "true"
|
||||||
|
vault.hashicorp.com/agent-requests-cpu: "25m"
|
||||||
|
vault.hashicorp.com/agent-requests-mem: "64Mi"
|
||||||
|
vault.hashicorp.com/agent-limits-cpu: "250m"
|
||||||
|
vault.hashicorp.com/agent-limits-mem: "128Mi"
|
||||||
vault.hashicorp.com/role: "jenkins"
|
vault.hashicorp.com/role: "jenkins"
|
||||||
vault.hashicorp.com/agent-inject-secret-jenkins-env: "kv/data/atlas/jenkins/jenkins-oidc"
|
vault.hashicorp.com/agent-inject-secret-jenkins-env: "kv/data/atlas/jenkins/jenkins-oidc"
|
||||||
vault.hashicorp.com/agent-inject-template-jenkins-env: |
|
vault.hashicorp.com/agent-inject-template-jenkins-env: |
|
||||||
@ -163,8 +167,8 @@ spec:
|
|||||||
value: "https://sso.bstein.dev/realms/atlas"
|
value: "https://sso.bstein.dev/realms/atlas"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 750m
|
cpu: 100m
|
||||||
memory: 1536Mi
|
memory: 1024Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1500m
|
cpu: 1500m
|
||||||
memory: 3Gi
|
memory: 3Gi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user