091999ac899c037d3ff15790a523052ce7cb9d15
[demo.git] / vnfs / DAaaS / deploy / 00-init / istio / istio-instance / values.yaml
1
2 #/*
3 # * Copyright 2019 Intel Corporation, Inc
4 # *
5 # * Licensed under the Apache License, Version 2.0 (the "License");
6 # * you may not use this file except in compliance with the License.
7 # * You may obtain a copy of the License at
8 # *
9 # *     http://www.apache.org/licenses/LICENSE-2.0
10 # *
11 # * Unless required by applicable law or agreed to in writing, software
12 # * distributed under the License is distributed on an "AS IS" BASIS,
13 # * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # * See the License for the specific language governing permissions and
15 # * limitations under the License.
16 # */
17 #Declare variables to be passed into Istio SDS template file.
18 metadata:
19   name: "istio-sample"
20 spec:
21   version: "1.2.2"
22   mtls: true
23   autoInjectionNamespaces:
24   -
25   sds:
26     enabled: true
27     udsPath: "unix:/var/run/sds/uds_path"
28     useTrustworthyJwt: false
29     useNormalJwt: true
30   gateways:
31     enabled: true
32     ingress:
33       enabled: true
34       sds:
35         enabled: true
36         image: "docker.io/istio/node-agent-k8s:1.2.2"
37   nodeAgent:
38     enabled: true
39     image : "docker.io/istio/node-agent-k8s:1.2.2"