Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for vertices (0.19 sec)

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

        # Additional labels to apply on the pod level for monitoring and logging configuration.
        podLabels: {}
    
        # Setup how istiod Service is configured. See https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services
        ipFamilyPolicy: ""
        ipFamilies: []
    
      sidecarInjectorWebhook:
        # You can use the field called alwaysInjectSelector and neverInjectSelector which will always inject the sidecar or
    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

        # treatment will be considered.
        platform: ""
    
        # Setup how istiod Service is configured. See https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services
        # This is intended only for use with external istiod.
        ipFamilyPolicy: ""
        ipFamilies: []
    
      base:
        # Used for helm2 to add the CRDs to templates.
        enableCRDTemplates: false
    
    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

        configMap: false
        # Additional labels to apply on the pod level for monitoring and logging configuration.
        podLabels: {}
        # Setup how istiod Service is configured. See https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services
        ipFamilyPolicy: ""
        ipFamilies: []
      sidecarInjectorWebhook:
        # You can use the field called alwaysInjectSelector and neverInjectSelector which will always inject the sidecar or
    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/gateways/istio-egress/values.yaml

          serviceAnnotations: {}
          podAnnotations: {}
          type: ClusterIP # change to NodePort or LoadBalancer if need be
    
          # Setup how istiod Service is configured. See https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services
          ipFamilyPolicy: ""
          ipFamilies: []
    
          secretVolumes:
          - name: egressgateway-certs
            secretName: istio-egressgateway-certs
            mountPath: /etc/istio/egressgateway-certs
    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)
  5. manifests/charts/gateways/istio-ingress/values.yaml

              memory: 1024Mi
    
          loadBalancerIP: ""
          loadBalancerSourceRanges: []
          serviceAnnotations: {}
    
          # Setup how istiod Service is configured. See https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services
          ipFamilyPolicy: ""
          ipFamilies: []
    
          # To generate an internal load balancer:
          # --set serviceAnnotations.cloud.google.com/load-balancer-type=internal
          #serviceAnnotations:
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 13K bytes
    - Viewed (0)
  6. helm/minio/values.yaml

    ## ref: http://kubernetes.io/docs/user-guide/services/
    ##
    service:
      type: ClusterIP
      clusterIP: ~
      port: "9000"
      nodePort: 32000
      loadBalancerIP: ~
      externalIPs: []
      annotations: {}
    
    ## Configure Ingress based on the documentation here: https://kubernetes.io/docs/concepts/services-networking/ingress/
    ##
    
    ingress:
      enabled: false
      ingressClassName: ~
    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