Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for exports (0.17 sec)

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

        # - Meshes will have their telemetry aggregated in one place
        # - Meshes will be federated together
        # - Policy will be written referencing one mesh from the other
        #
        # If an administrator expects that any of these conditions may become true in
        # the future, they should ensure their meshes have different Mesh IDs
        # assigned.
        #
        # Within a multicluster mesh, each cluster must be (manually or auto)
    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/gateways/istio-egress/values.yaml

      revision: ""
    
      # For Helm compatibility.
      ownerName: ""
    
      global:
        # set the default set of namespaces to which services, service entries, virtual services, destination
        # rules should be exported to. Currently only one value can be provided in this list. This value
        # should be one of the following two options:
        # * implies these objects are visible to all namespaces, enabling any sidecar to talk to any other sidecar.
    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)
  3. manifests/charts/gateways/istio-ingress/values.yaml

      gateways:
        istio-ingressgateway:
          name: istio-ingressgateway
          labels:
            app: istio-ingressgateway
            istio: ingressgateway
          ports:
          ## You can add custom gateway ports in user values overrides, but it must include those ports since helm replaces.
          # Note that AWS ELB will by default perform health checks on the first port
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 13K bytes
    - Viewed (0)
  4. helm/minio/values.yaml

    existingSecret: ""
    
    ## Directory on the MinIO pof
    certsPath: "/etc/minio/certs/"
    configPathmc: "/etc/minio/mc/"
    
    ## Path where PV would be mounted on the MinIO Pod
    mountPath: "/export"
    ## Override the root directory which the minio server should serve from.
    ## If left empty, it defaults to the value of {{ .Values.mountPath }}
    Others
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Apr 18 15:57:22 GMT 2024
    - 17.3K bytes
    - Viewed (0)
Back to top