diff --git a/helm/istio/templates/operator.yaml b/helm/istio/templates/operator.yaml new file mode 100644 index 0000000..f35701d --- /dev/null +++ b/helm/istio/templates/operator.yaml @@ -0,0 +1,9 @@ +apiVersion: install.istio.io/v1alpha1 +kind: IstioOperator +spec: + values: + gatewayClasses: + istio: + deployment: + spec: + replicas: 2 \ No newline at end of file