summaryrefslogtreecommitdiffstats
path: root/deployments/helm/servicemesh/istio/istio-instance/values.yaml
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2019-12-03 20:14:16 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-03 20:14:16 +0000
commit85bbacc1afb2d7160128bee00e194ae5834a8296 (patch)
treeda37a757e60b2b3d5e83779bb36e4f3d70e20f78 /deployments/helm/servicemesh/istio/istio-instance/values.yaml
parentd857dba045010a6d3f69845efbb40eaa6b927685 (diff)
parentccbd9d767ad08455382e2cec91e0bfc4ed7ea942 (diff)
Merge "Upgrade istio-operator"
Diffstat (limited to 'deployments/helm/servicemesh/istio/istio-instance/values.yaml')
-rw-r--r--deployments/helm/servicemesh/istio/istio-instance/values.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/deployments/helm/servicemesh/istio/istio-instance/values.yaml b/deployments/helm/servicemesh/istio/istio-instance/values.yaml
index 091999ac..dd77ef1b 100644
--- a/deployments/helm/servicemesh/istio/istio-instance/values.yaml
+++ b/deployments/helm/servicemesh/istio/istio-instance/values.yaml
@@ -15,25 +15,25 @@
# * limitations under the License.
# */
#Declare variables to be passed into Istio SDS template file.
+#NOTE : EDit the namespace for which you need Istio injection
metadata:
name: "istio-sample"
spec:
- version: "1.2.2"
+ version: "1.3.3"
mtls: true
autoInjectionNamespaces:
- -
+ - "default"
sds:
enabled: true
udsPath: "unix:/var/run/sds/uds_path"
- useTrustworthyJwt: false
- useNormalJwt: true
+ tokenAudience: "istio-ca"
gateways:
enabled: true
ingress:
enabled: true
sds:
enabled: true
- image: "docker.io/istio/node-agent-k8s:1.2.2"
+ image: "docker.io/istio/node-agent-k8s:1.3.3"
nodeAgent:
enabled: true
- image : "docker.io/istio/node-agent-k8s:1.2.2"
+ image : "docker.io/istio/node-agent-k8s:1.3.3"