Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 173 for readinessProbe (0.22 sec)

  1. pkg/kube/inject/testdata/inject/ready_live.yaml

                httpGet:
                  port: http
              readinessProbe:
                httpGet:
                  port: 3333
            - name: world
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
                  containerPort: 90
              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
                exec:
                  command:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 956 bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/https-probes.yaml

                  port: http
              readinessProbe:
                httpGet:
                  port: 3333
                  scheme: HTTPS
            - name: world
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
                  containerPort: 90
              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
                exec:
                  command:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 984 bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inject/startup_ready_live.yaml

                - name: http
                  containerPort: 80
              startupProbe:
                httpGet:
                  port: 3333
              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
                httpGet:
                  port: 3333
            - name: world
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
                  containerPort: 90
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/hello-probes-noProxyHoldApplication-ProxyConfig.yaml

              httpGet:
                port: http
            readinessProbe:
              httpGet:
                port: 3333
          - name: world
            image: "fake.docker.io/google-samples/hello-go-gke:1.0"
            ports:
            - name: http
              containerPort: 90
            livenessProbe:
              httpGet:
                port: http
            readinessProbe:
              exec:
                command:
                - cat
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 13 08:52:02 UTC 2020
    - 996 bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/hello-probes-proxyHoldApplication-ProxyConfig.yaml

              httpGet:
                port: http
            readinessProbe:
              httpGet:
                port: 3333
          - name: world
            image: "fake.docker.io/google-samples/hello-go-gke:1.0"
            ports:
            - name: http
              containerPort: 90
            livenessProbe:
              httpGet:
                port: http
            readinessProbe:
              exec:
                command:
                - cat
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 13 08:52:02 UTC 2020
    - 995 bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/hello-probes.yaml

                httpGet:
                  port: http
              readinessProbe:
                httpGet:
                  port: 3333
            - name: world
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
                  containerPort: 90
              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
                exec:
                  command:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 956 bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inject/two_container.yaml

              ports:
                - name: http
                  containerPort: 80
              readinessProbe:
                httpGet:
                  path: /ip
                  port: 8000
            - name: world
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
                  containerPort: 90
              readinessProbe:
                httpGet:
                  path: /ipv6
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 816 bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/hello-probes-localhost.yaml

                httpGet:
                  port: http
              readinessProbe:
                httpGet:
                  port: 3333
            - name: world
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
                  containerPort: 90
              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
                exec:
                  command:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 26 16:51:17 UTC 2024
    - 956 bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inject/hello-probes-with-flag-set-in-annotation.yaml

                httpGet:
                  port: http
              readinessProbe:
                httpGet:
                  port: 3333
            - name: world
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
                  containerPort: 90
              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
                exec:
                  command:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 1K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/hello-probes-with-flag-unset-in-annotation.yaml

                httpGet:
                  port: http
              readinessProbe:
                httpGet:
                  port: 3333
            - name: world
              image: "fake.docker.io/google-samples/hello-go-gke:1.0"
              ports:
                - name: http
                  containerPort: 90
              livenessProbe:
                httpGet:
                  port: http
              readinessProbe:
                exec:
                  command:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 1K bytes
    - Viewed (0)
Back to top