Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
chore: increase the replica count to 2 for istio control plane and in…
Browse files Browse the repository at this point in the history
…gress gateway (#343)

* chore: make a copy of previous version

* chore: increase the replica count of istiod and ingress gateway

(cherry picked from commit a5ba1e5)
  • Loading branch information
GoelDeepak authored and joejulian committed Jul 8, 2020
1 parent 7be2755 commit a12adf1
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions addons/istio/1.6.x/istio-3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
apiVersion: kubeaddons.mesosphere.io/v1beta1
kind: ClusterAddon
metadata:
name: istio
labels:
kubeaddons.mesosphere.io/name: istio
annotations:
catalog.kubeaddons.mesosphere.io/addon-revision: "1.6.4-3"
appversion.kubeaddons.mesosphere.io/istio: "1.6.4"
appversion.kubeaddons.mesosphere.io/kiali: "1.18.0"
appversion.kubeaddons.mesosphere.io/jaeger: "1.16.0"
stage.kubeaddons.mesosphere.io/kiali: Preview
stage.kubeaddons.mesosphere.io/jaeger: Preview
endpoint.kubeaddons.mesosphere.io/kiali: "/ops/portal/kiali"
endpoint.kubeaddons.mesosphere.io/jaeger: "/ops/portal/jaeger"
docs.kubeaddons.mesosphere.io/istio: "https://istio.io/docs/"
docs.kubeaddons.mesosphere.io/kiali: "https://istio.io/docs/tasks/telemetry/kiali/"
docs.kubeaddons.mesosphere.io/jaeger: "https://istio.io/docs/tasks/telemetry/distributed-tracing/jaeger/"
values.chart.helm.kubeaddons.mesosphere.io/istio: "https://raw.githubusercontent.com/mesosphere/charts/a8106505cb3fb5ed42e41ceadffae9e78bb226a9/staging/istio/values.yaml"
spec:
namespace: istio-system
requires:
- matchLabels:
kubeaddons.mesosphere.io/name: cert-manager
kubernetes:
minSupportedVersion: v1.16.0
cloudProvider:
- name: aws
enabled: false
- name: azure
enabled: false
- name: gcp
enabled: false
- name: docker
enabled: false
- name: none
enabled: false
chartReference:
chart: istio
repo: https://mesosphere.github.io/charts/staging
version: 1.6.5
values: |
istioOperator:
hub: docker.io/istio
tag: 1.6.4
addonComponents:
kiali:
enabled: true
tracing:
enabled: true
components:
ingressGateways:
- enabled: true
k8s:
hpaSpec:
minReplicas: 2
name: istio-ingressgateway
pilot:
k8s:
hpaSpec:
minReplicas: 2
values:
kiali:
contextPath: /ops/portal/kiali
dashboard:
auth:
strategy: anonymous
grafanaInClusterURL: http://prometheus-kubeaddons-grafana.kubeaddons:3000
jaegerInClusterURL: http://tracing/jaeger
prometheusAddr: http://prometheus-kubeaddons-prom-prometheus.kubeaddons:9090
tracing:
contextPath: /ops/portal/jaeger

0 comments on commit a12adf1

Please sign in to comment.