Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for 10 (0.15 sec)

  1. manifests/charts/istio-control/istio-discovery/files/kube-gateway.yaml

          {{- else }}
            image: "{{ .ProxyImage }}"
          {{- end }}
            {{- if .Values.global.proxy.resources }}
            resources:
              {{- toYaml .Values.global.proxy.resources | nindent 10 }}
            {{- end }}
            {{with .Values.global.imagePullPolicy }}imagePullPolicy: "{{.}}"{{end}}
            securityContext:
            {{- if ge .KubeVersion 122 }}
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Apr 19 15:10:43 GMT 2024
    - 12.1K bytes
    - Viewed (0)
  2. .github/workflows/build.yml

          - name: Run Checks
            run: ./gradlew test -Dokhttp.platform=loom -Dtest.java.version=21 -PcontainerTests=true
    
    
      testandroidregression:
        runs-on: ubuntu-latest
        timeout-minutes: 10
        if: contains(github.event.pull_request.labels.*.name, 'android-regression')
    
        strategy:
          fail-fast: false
          matrix:
            api-level:
              - 29
              - 34
    
        steps:
    Others
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Apr 15 01:51:50 GMT 2024
    - 17.2K bytes
    - Viewed (0)
  3. manifests/charts/istio-cni/values.yaml

        logLevel: debug
    
        # Configuration file to insert istio-cni plugin configuration
        # by default this will be the first file found in the cni-conf-dir
        # Example
        # cniConfFileName: 10-calico.conflist
    
        # CNI bin and conf dir override settings
        # defaults:
        cniBinDir: "" # Auto-detected based on version; defaults to /opt/cni/bin.
        cniConfDir: /etc/cni/net.d
        cniConfFileName: ""
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Apr 30 22:24:38 GMT 2024
    - 5.2K bytes
    - Viewed (1)
  4. src/cmd/asm/internal/asm/testdata/ppc64.s

    	SUBC R3, $65536, R4             // 3fe00001600000007c83f810
    	SUBC R3, $65537, R4             // 3fe0000163ff00017c83f810
    
    	MULLW R3, R4                    // 7c8419d6
    	MULLW R3, R4, R5                // 7ca419d6
    	MULLW $10, R3                   // 1c63000a
    	MULLW $10000000, R3             // 641f009863ff96807c7f19d6
    
    	MULLWCC R3, R4, R5              // 7ca419d7
    	MULHW R3, R4, R5                // 7ca41896
    
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/values.yaml

          # This ensures the startup is reasonable fast (polling every 2s). 1s delay is used since the startup is not often ready instantly.
          startupProbe:
            enabled: true
            failureThreshold: 600 # 10 minutes
          # Resources for the sidecar.
          resources:
            requests:
              cpu: 100m
              memory: 128Mi
            limits:
              cpu: 2000m
              memory: 1024Mi
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 22:00:40 GMT 2024
    - 20.2K bytes
    - Viewed (0)
  6. docs/en/data/people.yml

    - login: hard-coders
      count: 10
      avatarUrl: https://avatars.githubusercontent.com/u/9651103?u=95db33927bbff1ed1c07efddeb97ac2ff33068ed&v=4
      url: https://github.com/hard-coders
    - login: alejsdev
      count: 10
      avatarUrl: https://avatars.githubusercontent.com/u/90076947?u=1ee3a9fbef27abc9448ef5951350f99c7d76f7af&v=4
      url: https://github.com/alejsdev
    - login: KaniKim
      count: 10
    Others
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 22:21:11 GMT 2024
    - 57.2K bytes
    - Viewed (0)
  7. manifests/charts/istio-control/istio-discovery/values.yaml

          # This ensures the startup is reasonable fast (polling every 2s). 1s delay is used since the startup is not often ready instantly.
          startupProbe:
            enabled: true
            failureThreshold: 600 # 10 minutes
    
          # Resources for the sidecar.
          resources:
            requests:
              cpu: 100m
              memory: 128Mi
            limits:
              cpu: 2000m
              memory: 1024Mi
    
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 22:00:40 GMT 2024
    - 20.3K bytes
    - Viewed (0)
  8. helm-releases/minio-5.2.0.tgz

    annotations: {{- toYaml $.Values.persistence.annotations | nindent 10 }} {{- end }} spec: accessModes: [ {{ $accessMode | quote }} ] {{- if $storageClass }} storageClassName: {{ $storageClass }} {{- end }} resources: requests: storage: {{ $psize }} {{- end }} {{- else }} - apiVersion: v1 kind: PersistentVolumeClai metadata: name: export {{- if $.Values.persistence.annotations }} annotations: {{- toYaml $.Values.persistence.annotations | nindent 10 }} {{- end }} spec: accessModes: [ {{ $accessMode | quote...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 10:14:37 GMT 2024
    - 21.7K bytes
    - Viewed (0)
  9. manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

              - "{{ .Values.pilot.keepaliveMaxServerConnectionAge }}"
    {{- if .Values.pilot.extraContainerArgs }}
              {{- with .Values.pilot.extraContainerArgs }}
                {{- toYaml . | nindent 10 }}
              {{- end }}
    {{- end }}
              ports:
              - containerPort: 8080
                protocol: TCP
              - containerPort: 15010
                protocol: TCP
              - containerPort: 15017
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 8.5K bytes
    - Viewed (0)
  10. helm/minio/templates/statefulset.yaml

          kind: PersistentVolumeClaim
          metadata:
            name: export-{{ $diskId }}
            {{- if $.Values.persistence.annotations }}
            annotations: {{- toYaml $.Values.persistence.annotations | nindent 10 }}
            {{- end }}
          spec:
            accessModes: [ {{ $accessMode | quote }} ]
            {{- if $storageClass }}
            storageClassName: {{ $storageClass }}
            {{- end }}
            resources:
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 07:50:24 GMT 2024
    - 10.7K bytes
    - Viewed (0)
Back to top