The Kubeaddons that are included in a default install of Konvoy mostly deploy with one replica by default.
You may want to increase these replicas using the cluster.yaml file so that any changes survive upgrades and redeployments.
Each one uses a different Helm chart, so the syntax may be different. Please refer to the following syntax for how to increase replicas in the addons block of your cluster.yaml.
As of this writing, traefik-forward-auth, dashboard, and dex-k8s-authenticator-kubeaddons only support 1 replica, so they are not included below.
After you make the changes, you can run "./konvoy deploy addons" to deploy the change.
- name: dex
enabled: true
values: |
replicas: 2
- name: kibana
enabled: true
values: |
replicaCount: 2
- name: kube-oidc-proxy
enabled: true
values: |
replicaCount: 2
- name: opsportal
enabled: true
values: |
landing:
replicas: 2
kommander-ui:
replicas: 2
- name: prometheus
enabled: true
values: |
grafana:
replicas: 2
- name: traefik
enabled: true
values: |
replicas: 2