Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 394 for Healthy (0.16 sec)

  1. pkg/test/framework/components/echo/kube/testdata/two-workloads-one-nosidecar.yaml

              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
            startupProbe:
              tcpSocket:
                port: tcp-health-port
              periodSeconds: 1
              failureThreshold: 10
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/kube/testdata/proxyless-custom-image.yaml

              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
            startupProbe:
              tcpSocket:
                port: tcp-health-port
              periodSeconds: 1
              failureThreshold: 10
          - name: custom-grpc-app
            image: grpc/echo:cpp
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  3. cluster/addons/cluster-loadbalancing/glbc/default-svc-controller.yaml

            # Any image is permissible as long as:
            # 1. It serves a 404 page at /
            # 2. It serves 200 on a /healthz endpoint
            image:  registry.k8s.io/networking/ingress-gce-404-server-with-metrics-amd64:v1.10.11
            livenessProbe:
              httpGet:
                path: /healthz
                port: 8080
                scheme: HTTP
              initialDelaySeconds: 30
              timeoutSeconds: 5
            ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/server/exec/LogAndCheckHealthTest.groovy

    package org.gradle.launcher.daemon.server.exec
    
    import org.gradle.api.logging.Logger
    import org.gradle.launcher.daemon.server.api.DaemonCommandExecution
    import org.gradle.launcher.daemon.server.health.DaemonHealthCheck
    import org.gradle.launcher.daemon.server.health.DaemonHealthStats
    import org.gradle.launcher.daemon.server.stats.DaemonRunningStats
    import spock.lang.Specification
    
    class LogAndCheckHealthTest extends Specification {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  5. pkg/test/framework/components/echo/kube/testdata/basic.yaml

              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
            startupProbe:
              tcpSocket:
                port: tcp-health-port
              periodSeconds: 1
              failureThreshold: 10
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. samples/grpc-echo/grpc-echo.yaml

                tcpSocket:
                  port: tcp-health-port
                timeoutSeconds: 1
              name: app
              ports:
              - containerPort: 17070
                protocol: TCP
              - containerPort: 17171
                protocol: TCP
              - containerPort: 8080
                protocol: TCP
              - containerPort: 3333
                name: tcp-health-port
                protocol: TCP
              readinessProbe:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  7. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/server/health/DaemonHealthStatsTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.launcher.daemon.server.health
    
    
    import org.gradle.launcher.daemon.server.health.gc.DefaultGarbageCollectionMonitor
    import org.gradle.launcher.daemon.server.health.gc.GarbageCollectionInfo
    import org.gradle.launcher.daemon.server.health.gc.GarbageCollectionStats
    import org.gradle.launcher.daemon.server.stats.DaemonRunningStats
    import spock.lang.Specification
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/kube/testdata/disable-automount-sa.yaml

              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
            startupProbe:
              tcpSocket:
                port: tcp-health-port
              periodSeconds: 1
              failureThreshold: 10
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/kube/testdata/multiversion.yaml

              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
            startupProbe:
              tcpSocket:
                port: tcp-health-port
              periodSeconds: 1
              failureThreshold: 10
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 4K bytes
    - Viewed (0)
  10. pkg/kubelet/server/auth_test.go

    		"/exec/{podNamespace}/{podID}/{containerName}":       "proxy",
    		"/exec/{podNamespace}/{podID}/{uid}/{containerName}": "proxy",
    		"/healthz":                            "proxy",
    		"/healthz/log":                        "proxy",
    		"/healthz/ping":                       "proxy",
    		"/healthz/syncloop":                   "proxy",
    		"/logs/":                              "log",
    		"/logs/{logpath:*}":                   "log",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 19 18:09:38 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top