1
0
Fork 0

updated config after benchmarks

This commit is contained in:
Christian Kühnel 2019-10-24 09:17:37 -07:00
parent c75b9fa3ff
commit f433a82f1a
2 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ gcloud container node-pools create services --cluster $GCP_CLUSTER --zone $GCP_Z
# as per instructions # as per instructions
# https://cloud.google.com/kubernetes-engine/docs/how-to/persistent-volumes/local-ssd # https://cloud.google.com/kubernetes-engine/docs/how-to/persistent-volumes/local-ssd
gcloud container node-pools create jenkins-agents --cluster $GCP_CLUSTER --zone $GCP_ZONE \ gcloud container node-pools create jenkins-agents --cluster $GCP_CLUSTER --zone $GCP_ZONE \
--machine-type=n1-standard-16 --num-nodes=3 --local-ssd-count=1 --machine-type=n1-standard-32 --num-nodes=2 --local-ssd-count=1
# create static IP address # create static IP address

View file

@ -154,7 +154,7 @@ metadata:
name: agent-debian-testing-clang8-ssd name: agent-debian-testing-clang8-ssd
namespace: jenkins namespace: jenkins
spec: spec:
replicas: 3 replicas: 2
template: template:
metadata: metadata:
labels: labels:
@ -167,10 +167,10 @@ spec:
- containerPort: 22 - containerPort: 22
resources: resources:
limits: limits:
cpu: 15 cpu: 30
memory: 45Gi memory: 45Gi
requests: requests:
cpu: 15 cpu: 30
memory: 45Gi memory: 45Gi
volumeMounts: volumeMounts:
- name: nfs-pvc - name: nfs-pvc