Skip to content

Commit

Permalink
Lower pod template resources
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomunozpomer authored Sep 29, 2023
1 parent 981f40e commit 461b754
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jenkins-k8s-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ spec:
args: [ "-c", "kubectl scale --replicas=4 solrcloud gxa && sleep 2h" ]
resources:
requests:
memory: "0.5Gi"
memory: "256Mi"
limits:
memory: "0.5Gi"
memory: "256Mi"
- name: jnlp
resources:
requests:
Expand All @@ -31,10 +31,10 @@ spec:
image: openjdk:11
resources:
requests:
memory: "3.5Gi"
ephemeral-storage: "5Gi"
memory: "1.5Gi"
ephemeral-storage: "4Gi"
limits:
memory: "4Gi"
memory: "3Gi"
env:
- name: GRADLE_OPTS
value: "-Dorg.gradle.daemon=false"
Expand Down

0 comments on commit 461b754

Please sign in to comment.