From 933d6fdced55639b75a7f6e283b6700b7ac2d95b Mon Sep 17 00:00:00 2001 From: Pramod Date: Mon, 14 Oct 2019 17:47:21 -0700 Subject: Adding Istio installtion helm charts Issue-ID: ONAPARC-521 Signed-off-by: Pramod Change-Id: I1f74190664d59465319bff77d65282a2437ade4d --- .../deploy/00-init/istio-operator/values.yaml | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 vnfs/DAaaS/deploy/00-init/istio-operator/values.yaml (limited to 'vnfs/DAaaS/deploy/00-init/istio-operator/values.yaml') diff --git a/vnfs/DAaaS/deploy/00-init/istio-operator/values.yaml b/vnfs/DAaaS/deploy/00-init/istio-operator/values.yaml new file mode 100644 index 00000000..cb937c11 --- /dev/null +++ b/vnfs/DAaaS/deploy/00-init/istio-operator/values.yaml @@ -0,0 +1,40 @@ + + +# This is a YAML-formatted file. +# Declare variables to be passed into your templates. + +operator: + image: + repository: banzaicloud/istio-operator + tag: 0.2.1 + pullPolicy: IfNotPresent + resources: + limits: + cpu: 200m + memory: 256Mi + requests: + cpu: 100m + memory: 128Mi + +istioVersion: 1.2 + +## Prometheus Metrics +prometheusMetrics: + enabled: false +# Enable or disable the auth proxy (https://github.com/brancz/kube-rbac-proxy) +# which protects your /metrics endpoint. + authProxy: + enabled: false + +## Role Based Access +## Ref: https://kubernetes.io/docs/admin/authorization/rbac/ +## +rbac: + enabled: true + +nameOverride: "" +fullnameOverride: "" + +nodeSelector: {} +tolerations: [] +affinity: {} -- cgit 1.2.3-korg