Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for com (0.15 sec)

  1. manifests/charts/gateways/istio-ingress/values.yaml

          ipFamilyPolicy: ""
          ipFamilies: []
    
          # To generate an internal load balancer:
          # --set serviceAnnotations.cloud.google.com/load-balancer-type=internal
          #serviceAnnotations:
          #    cloud.google.com/load-balancer-type: "internal"
    
          podAnnotations: {}
          type: LoadBalancer #change to NodePort, ClusterIP or LoadBalancer if need 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)
  2. helm/minio/values.yaml

    replicas: 16
    # Number of expanded MinIO clusters
    pools: 1
    
    ## TLS Settings for MinIO
    tls:
      enabled: false
      ## Create a secret with private.key and public.crt files and pass that here. Ref: https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret
      certSecret: ""
      publicCrt: public.crt
      privateKey: private.key
    
    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)
  3. manifests/charts/ztunnel/values.yaml

      # meshConfig defines runtime configuration of components.
      # For ztunnel, only defaultConfig is used, but this is nested under `meshConfig` for consistency with other
      # components.
      # TODO: https://github.com/istio/istio/issues/43248
      meshConfig:
        defaultConfig:
          proxyMetadata: {}
    
      # This value defines:
      # 1. how many seconds kube waits for ztunnel pod to gracefully exit before forcibly terminating it (this value)
    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)
  4. manifests/charts/gateways/istio-egress/values.yaml

        autoscalingv2API: true
    
      meshConfig:
        enablePrometheusMerge: true
    
        # The trust domain corresponds to the trust root of a system
        # Refer to https://github.com/spiffe/spiffe/blob/master/standards/SPIFFE-ID.md#21-trust-domain
        trustDomain: "cluster.local"
    
        defaultConfig:
          proxyMetadata: {}
          tracing:
          #      tlsSettings:
    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)
Back to top