-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Adam Cattermole <acatterm@redhat.com>
- Loading branch information
1 parent
c36def2
commit e5282c0
Showing
4 changed files
with
13 additions
and
32 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
apiVersion: operator.istio.io/v1alpha1 | ||
apiVersion: sailoperator.io/v1alpha1 | ||
kind: Istio | ||
metadata: | ||
name: default | ||
spec: | ||
version: v1.20.0 | ||
# Supported values for sail-operator v0.1.0 are [v1.22.4,v1.23.0] | ||
version: v1.23.0 | ||
namespace: istio-system | ||
# Disable autoscaling to reduce dev resources | ||
values: | ||
pilot: | ||
autoscaleEnabled: false | ||
rawValues: | ||
gateways: | ||
istio-ingressgateway: | ||
autoscaleEnabled: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters