Search Options

Results per page
Sort
Preferred Languages
Advance

Results 221 - 230 of 1,629 for 80 (0.03 sec)

  1. pkg/kube/inject/testdata/inject/one_container.yaml.injected

            livenessProbe:
              httpGet:
                path: /app-health/hello/livez
                port: 15020
            name: hello
            ports:
            - containerPort: 80
              name: http
            readinessProbe:
              httpGet:
                path: /app-health/hello/readyz
                port: 15020
            resources: {}
          - args:
            - proxy
            - sidecar
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/tcp-probes.yaml.injected

            livenessProbe:
              httpGet:
                path: /app-health/hello/livez
                port: 15020
            name: hello
            ports:
            - containerPort: 80
              name: http
            readinessProbe:
              httpGet:
                path: /app-health/hello/readyz
                port: 15020
            resources: {}
          - args:
            - proxy
            - sidecar
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv13-CHACHA20-SHA256

    00000210  11 28 d9 7b c1 8e b1 c4  ec b7 54 94 3b 80 f9 b3  |.(.{......T.;...|
    00000220  9d 2d 74 3c 02 55 a0 4a  02 b7 61 19 b0 a2 e6 44  |.-t<.U.J..a....D|
    00000230  3e c8 81 e3 a4 18 d7 4c  16 d2 fb e3 90 2c 61 71  |>......L.....,aq|
    00000240  a0 82 28 48 de 7c 7c bd  ba 27 85 e1 fd c9 df ac  |..(H.||..'......|
    00000250  b2 61 0f 80 f3 86 31 8f  c1 a3 dc b6 43 98 c9 0e  |.a....1.....C...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/named_port.yaml.injected

            tier: backend
            track: stable
        spec:
          containers:
          - image: fake.docker.io/google-samples/hello-go-gke:1.0
            name: hello
            ports:
            - containerPort: 80
              name: http
            readinessProbe:
              httpGet:
                path: /app-health/hello/readyz
                port: 15020
            resources: {}
          - args:
            - proxy
            - sidecar
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  5. tests/fuzz/testdata/FuzzConfigValidation2/seed1

    {"servers":[{"port":{"number":80,"protocol":"https","name":"https"},"hosts":["bar.com"],"tls":{"httpsRedirect":true}}]}...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 07 17:07:53 UTC 2021
    - 120 bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/startup_live.yaml.injected

            livenessProbe:
              httpGet:
                path: /app-health/hello/livez
                port: 15020
            name: hello
            ports:
            - containerPort: 80
              name: http
            resources: {}
            startupProbe:
              httpGet:
                path: /app-health/hello/startupz
                port: 15020
          - image: fake.docker.io/google-samples/hello-go-gke:1.0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inject/hello-probes.proxyHoldsApplication.yaml.injected

                  resource: limits.cpu
            - name: PROXY_CONFIG
              value: |
                {}
            - name: ISTIO_META_POD_PORTS
              value: |-
                [
                    {"name":"http","containerPort":80}
                    ,{"name":"http","containerPort":90}
                ]
            - name: ISTIO_META_APP_CONTAINERS
              value: hello,world
            - name: GOMEMLIMIT
              valueFrom:
                resourceFieldRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/hello-probes.yaml.injected

            livenessProbe:
              httpGet:
                path: /app-health/hello/livez
                port: 15020
            name: hello
            ports:
            - containerPort: 80
              name: http
            readinessProbe:
              httpGet:
                path: /app-health/hello/readyz
                port: 15020
            resources: {}
          - image: fake.docker.io/google-samples/hello-go-gke:1.0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inject/https-probes.yaml.injected

            livenessProbe:
              httpGet:
                path: /app-health/hello/livez
                port: 15020
            name: hello
            ports:
            - containerPort: 80
              name: http
            readinessProbe:
              httpGet:
                path: /app-health/hello/readyz
                port: 15020
                scheme: HTTP
            resources: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/initScripts/multiVersionCacheRetention/groovy/gradleUserHome/init.d/cache-settings.gradle

    if (GradleVersion.current() >= GradleVersion.version('8.0')) {
        apply from: "gradle8/cache-settings.gradle"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 113 bytes
    - Viewed (0)
Back to top