Skip to content

Commit

Permalink
enable allow any for outbound traffic demo profile (#11820)
Browse files Browse the repository at this point in the history
  • Loading branch information
linsun authored Feb 20, 2019
1 parent d6874b1 commit b315323
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions install/kubernetes/helm/istio/values-istio-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@ global:
accessLogFile: "/dev/stdout"

disablePolicyChecks: false

outboundTrafficPolicy:
mode: ALLOW_ANY

pilot:
traceSampling: 100.0

mixer:
policy:
enabled: true
adapters:
stdio:
enabled: true

# TODO should this lower cpu requests?

grafana:
enabled: true
Expand Down

0 comments on commit b315323

Please sign in to comment.