Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #612 from alphagov/default-istio-replicas
Browse files Browse the repository at this point in the history
scale up istio components to min x2 instances
  • Loading branch information
Chris Farmiloe authored Oct 7, 2019
2 parents 95f751a + dc1ba8a commit ce1d05b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions charts/gsp-istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,39 @@ certmanager:
istio:
ingress:
enable: false
galley:
replicaCount: 2
certmanager:
enabled: true
replicaCount: 2
istio_cni:
enabled: true
tracing:
enabled: true
mixer:
policy:
replicaCount: 2
autoscaleMin: 2
telemetry:
replicaCount: 2
autoscaleMin: 2
pilot:
traceSampling: "100.0"
replicaCount: 2
autoscaleMin: 2
prometheus:
enabled: false
gateways:
istio-ingressgateway:
replicaCount: 2
autoscaleMin: 2
type: NodePort
sds:
enabled: true
istio-egressgateway:
enabled: true
replicaCount: 2
autoscaleMin: 2
ports:
- port: 80
name: http2
Expand Down

0 comments on commit ce1d05b

Please sign in to comment.