Skip to content

Commit

Permalink
Merge pull request #88 from concourse/scale-hush-house-web
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Yang authored Dec 3, 2019
2 parents f495945 + 1316f5a commit c57869e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployments/with-creds/hush-house/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concourse:
web:
annotations:
rollingUpdate: "1"
replicas: 3
replicas: 2
nodeSelector: { cloud.google.com/gke-nodepool: generic-1 }
affinity:
podAntiAffinity:
Expand All @@ -40,10 +40,10 @@ concourse:
loadBalancerIP: 35.202.234.135
resources:
requests:
cpu: 1500m
cpu: 3000m
memory: 1Gi
limits:
cpu: 1500m
cpu: 3000m
memory: 1Gi

concourse:
Expand Down

0 comments on commit c57869e

Please sign in to comment.