Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Account (0.18 sec)

  1. manifests/charts/gateway/values.yaml

        # when using http://gateway-api.org/.
        enabled: true
    
      serviceAccount:
        # If set, a service account will be created. Otherwise, the default is used
        create: true
        # Annotations to add to the service account
        annotations: {}
        # The name of the service account to use.
        # If not set, the release name is used
        name: ""
    
      podAnnotations:
        prometheus.io/port: "15020"
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Jan 11 16:55:28 GMT 2024
    - 4.4K bytes
    - Viewed (0)
  2. helm/minio/values.yaml

    ##
    podDisruptionBudget:
      enabled: false
      maxUnavailable: 1
    
    ## Specify the service account to use for the MinIO pods. If 'create' is set to 'false'
    ## and 'name' is left unspecified, the account 'default' will be used.
    serviceAccount:
      create: true
      ## The name of the service account to use. If 'create' is 'true', a service account with that name
      ## will be created.
      name: "minio-sa"
    
    metrics:
      serviceMonitor:
    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

      # Additional labels to apply on the pod level
      podLabels: {}
    
      # Pod resource configuration
      resources:
        requests:
          cpu: 500m
          memory: 2048Mi
    
      # List of secret names to add to the service account as image pull secrets
      imagePullSecrets: []
    
      # A `key: value` mapping of environment variables to add to the pod
      env: {}
    
      # Override for the pod imagePullPolicy
      imagePullPolicy: ""
    
    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

            mountPath: /etc/istio/egressgateway-ca-certs
    
          configVolumes: []
          additionalContainers: []
    
          serviceAccount:
            # Annotations to add to the service account
            annotations: {}
    
          ### Advanced options ############
          # TODO: convert to real options, env should not be exposed
          env: {}
    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

          customService: false
          externalTrafficPolicy: ""
    
          ingressPorts: []
          additionalContainers: []
          configVolumes: []
    
          serviceAccount:
            # Annotations to add to the service account
            annotations: {}
    
          ### Advanced options ############
          env: {}
          nodeSelector: {}
          tolerations: []
    
          # Specify the pod anti-affinity that allows you to constrain which nodes
    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