istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/charts/istio-operator/values.yaml (about)

     1  defaults:
     2    hub: gcr.io/istio-testing
     3    tag: latest
     4  
     5    # ImagePullSecrets for operator ServiceAccount, list of secrets in the same namespace
     6    # used to pull operator image. Must be set for any cluster configured with private docker registry.
     7    imagePullSecrets: []
     8  
     9    # Specify image pull policy if default behavior isn't desired.
    10    # Default behavior: latest images will be Always else IfNotPresent.
    11    imagePullPolicy: ""
    12  
    13    # Used to replace istioNamespace to support operator watch multiple namespaces.
    14    watchedNamespaces: istio-system
    15    waitForResourcesTimeout: 300s
    16  
    17    # Used for helm2 to add the CRDs to templates.
    18    enableCRDTemplates: false
    19  
    20    # revision for the operator resources
    21    revision: ""
    22  
    23    # The number of old ReplicaSets to retain in operator deployment
    24    deploymentHistory: 10
    25  
    26    # Operator resource defaults
    27    operator:
    28      monitoring:
    29        host: 127.0.0.1
    30        port: 15014
    31      resources:
    32        limits:
    33          cpu: 200m
    34          memory: 256Mi
    35        requests:
    36          cpu: 50m
    37          memory: 128Mi
    38      # Set to `type: RuntimeDefault` to use the default profile if available.
    39      seccompProfile: {}
    40  
    41    # Node labels for pod assignment
    42    nodeSelector: {}
    43  
    44    # Tolerations for pod assignment
    45    tolerations: []
    46  
    47    # Affinity for pod assignment
    48    affinity: {}
    49  
    50    # Additional labels and annotations to apply on the pod level for monitoring and logging configuration.
    51    podLabels: {}
    52    podAnnotations: {}