aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/00-init/istio-operator/values.yaml
blob: f78614419423c43e29aaa84f8b10f51704b872aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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: {}