Skip to content

Commit

Permalink
enable gateway api alpha APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Feb 15, 2024
1 parent c831a70 commit 53171a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/dependencies/istio/istio-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spec:
pilot:
enabled: true
k8s:
env:
- name: PILOT_ENABLE_ALPHA_GATEWAY_API
value: "true"
resources:
requests:
cpu: "0"
Expand Down
2 changes: 2 additions & 0 deletions config/dependencies/istio/sail/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
# Disable autoscaling to reduce dev resources
values:
pilot:
env:
PILOT_ENABLE_ALPHA_GATEWAY_API: "true"
autoscaleEnabled: false
rawValues:
gateways:
Expand Down

0 comments on commit 53171a3

Please sign in to comment.