chore(release): update istiod

This commit is contained in:
Nikolai Rodionov 2023-07-12 20:40:46 +00:00
parent 47b9bd8df0
commit 7fa77afa4c
2 changed files with 10 additions and 1 deletions

View File

@ -15,7 +15,11 @@ spec:
kind: HelmRepository
name: istio
namespace: flux-system
interval: 1m
interval: 1m
valuesFrom:
- kind: ConfigMap
name: istiod-values
valuesKey: istiod.yaml
install:
createNamespace: true

5
values/istiod.yaml Normal file
View File

@ -0,0 +1,5 @@
---
pilot:
autoscaleEnabled: true
autoscaleMin: 3
autoscaleMax: 5