Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for borate (0.19 sec)

  1. manifests/charts/istio-control/istio-discovery/values.yaml

      # See https://istio.io/docs/reference/config/istio.mesh.v1alpha1/ for all available options
      meshConfig:
        enablePrometheusMerge: true
    
      global:
        # Used to locate istiod.
        istioNamespace: istio-system
        # List of cert-signers to allow "approve" action in the istio cluster role
        #
        # certSigners:
        #   - clusterissuers.cert-manager.io/istio-ca
        certSigners: []
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 16:58:23 GMT 2024
    - 19.6K bytes
    - Viewed (0)
  2. manifests/charts/base/values.yaml

        # to use for pulling any images in pods that reference this ServiceAccount.
        # Must be set for any cluster configured with private docker registry.
        imagePullSecrets: []
    
        # Used to locate istiod.
        istioNamespace: istio-system
    
        externalIstiod: false
        remotePilotAddress: ""
    
        # Platform where Istio is deployed. Possible values are: "openshift", "gcp".
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 22:00:40 GMT 2024
    - 1.3K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/values.yaml

      # See https://istio.io/docs/reference/config/istio.mesh.v1alpha1/ for all available options
      meshConfig:
        enablePrometheusMerge: true
      global:
        # Used to locate istiod.
        istioNamespace: istio-system
        # List of cert-signers to allow "approve" action in the istio cluster role
        #
        # certSigners:
        #   - clusterissuers.cert-manager.io/istio-ca
        certSigners: []
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 16:58:23 GMT 2024
    - 19.6K bytes
    - Viewed (0)
  4. manifests/charts/default/values.yaml

    defaults:
      global:
        # Used to locate istiod.
        istioNamespace: "istio-system"
    
      base:
        # Validation webhook configuration url
        # For example: https://$remotePilotAddress:15017/validate
        validationURL: ""
    
      istiodRemote:
        # Sidecar injector mutating webhook configuration url
        # For example: https://$remotePilotAddress:15017/inject
        injectionURL: ""
    
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 627 bytes
    - Viewed (0)
  5. manifests/charts/ztunnel/values.yaml

      # The customized CA address to retrieve certificates for the pods in the cluster.
      # CSR clients such as the Istio Agent and ingress gateways can use this to specify the CA endpoint.
      caAddress: ""
    
      # Used to locate istiod.
      istioNamespace: istio-system
    
      # Configuration log level of ztunnel binary, default is info.
      # Valid values are: trace, debug, info, warn, error
      logLevel: info
    
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Fri Jan 26 20:34:28 GMT 2024
    - 2.9K bytes
    - Viewed (0)
  6. manifests/charts/gateways/istio-egress/values.yaml

        # The customized CA address to retrieve certificates for the pods in the cluster.
        # CSR clients such as the Istio Agent and ingress gateways can use this to specify the CA endpoint.
        caAddress: ""
    
        # Used to locate istiod.
        istioNamespace: istio-system
    
        # Mesh ID means Mesh Identifier. It should be unique within the scope where
        # meshes will interact with each other, but it is not required to be
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 12.4K bytes
    - Viewed (0)
  7. manifests/charts/gateways/istio-ingress/values.yaml

        # The customized CA address to retrieve certificates for the pods in the cluster.
        # CSR clients such as the Istio Agent and ingress gateways can use this to specify the CA endpoint.
        caAddress: ""
    
        # Used to locate istiod.
        istioNamespace: istio-system
    
        # Mesh ID means Mesh Identifier. It should be unique within the scope where
        # meshes will interact with each other, but it is not required to be
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 13K bytes
    - Viewed (0)
Back to top