Add Istio connectivity for Services below
[demo.git] / vnfs / DAaaS / deploy / istio-config / minio-config / minio-istio-connectivity / values.yaml
1 # Copyright © 2019 Intel Corporation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 #
15 # This file is a sample virtualservice format
16 # allowedhost below is an example, It needs to be changed to host on which
17 # minio is accessed.
18 allowedhosts:
19 - "minio.k8s.onap.com"
20 gateways:
21 - http-gateway
22 destination:
23     - host: minio-0.minio-svc.edge1.svc.cluster.local
24       port: 9000
25     - host: minio-1.minio-svc.edge1.svc.cluster.local
26       port: 9000
27     - host: minio-2.minio-svc.edge1.svc.cluster.local
28       port: 9000
29     - host: minio-3.minio-svc.edge1.svc.cluster.local
30       port: 9000
31 # Template for destinationhost is
32 # <POD_NAME>.<SERVICE_NAME>.<NAMESPACE>.<SVC><CLUSTER>.<LOCAL>