Fix spacing issues in YAML files in vnfs
[demo.git] / vnfs / DAaaS / deploy / 00-init / istio-operator / values.yaml
1 # This is a YAML-formatted file.
2 # Declare variables to be passed into your templates.
3
4 operator:
5   image:
6     repository: banzaicloud/istio-operator
7     tag: 0.2.1
8     pullPolicy: IfNotPresent
9   resources:
10     limits:
11       cpu: 200m
12       memory: 256Mi
13     requests:
14       cpu: 100m
15       memory: 128Mi
16
17 istioVersion: 1.2
18
19 ## Prometheus Metrics
20 prometheusMetrics:
21   enabled: false
22 # Enable or disable the auth proxy (https://github.com/brancz/kube-rbac-proxy)
23 # which protects your /metrics endpoint.
24   authProxy:
25     enabled: false
26
27 ## Role Based Access
28 ## Ref: https://kubernetes.io/docs/admin/authorization/rbac/
29 ##
30 rbac:
31   enabled: true
32
33 nameOverride: ""
34 fullnameOverride: ""
35
36 nodeSelector: {}
37 tolerations: []
38 affinity: {}