istio

Форк
0
/
values.yaml 
38 строк · 1.3 Кб
1
defaults:
2
  global:
3

4
    # ImagePullSecrets for control plane ServiceAccount, list of secrets in the same namespace
5
    # to use for pulling any images in pods that reference this ServiceAccount.
6
    # Must be set for any cluster configured with private docker registry.
7
    imagePullSecrets: []
8

9
    # Used to locate istiod.
10
    istioNamespace: istio-system
11

12
    externalIstiod: false
13
    remotePilotAddress: ""
14

15
    # Platform where Istio is deployed. Possible values are: "openshift", "gcp".
16
    # An empty value means it is a vanilla Kubernetes distribution, therefore no special
17
    # treatment will be considered.
18
    platform: ""
19

20
    # Setup how istiod Service is configured. See https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services
21
    # This is intended only for use with external istiod.
22
    ipFamilyPolicy: ""
23
    ipFamilies: []
24

25
  base:
26
    # Used for helm2 to add the CRDs to templates.
27
    enableCRDTemplates: false
28

29
    # Validation webhook configuration url
30
    # For example: https://$remotePilotAddress:15017/validate
31
    validationURL: ""
32
    # Validation webhook caBundle value. Useful when running pilot with a well known cert
33
    validationCABundle: ""
34

35
    # For istioctl usage to disable istio config crds in base
36
    enableIstioConfigCRDs: true
37

38
  defaultRevision: "default"
39

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.