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