Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 80 for initialDelaySeconds (0.48 sec)

  1. cluster/addons/dns/kube-dns/kube-dns.yaml.in

                cpu: 100m
                memory: 70Mi
            livenessProbe:
              httpGet:
                path: /healthcheck/kubedns
                port: 10054
                scheme: HTTP
              initialDelaySeconds: 60
              timeoutSeconds: 5
              successThreshold: 1
              failureThreshold: 5
            readinessProbe:
              httpGet:
                path: /readiness
                port: 8081
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 03:19:02 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/kube/testdata/proxyless.yaml

              value: "true"
            readinessProbe:
              httpGet:
                path: /
                port: 8080
              initialDelaySeconds: 1
              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
            startupProbe:
              tcpSocket:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  3. cluster/addons/dns/kube-dns/kube-dns.yaml.base

                cpu: 100m
                memory: 70Mi
            livenessProbe:
              httpGet:
                path: /healthcheck/kubedns
                port: 10054
                scheme: HTTP
              initialDelaySeconds: 60
              timeoutSeconds: 5
              successThreshold: 1
              failureThreshold: 5
            readinessProbe:
              httpGet:
                path: /readiness
                port: 8081
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 03:19:02 UTC 2024
    - 7K bytes
    - Viewed (0)
  4. cluster/addons/dns/kube-dns/kube-dns.yaml.sed

                cpu: 100m
                memory: 70Mi
            livenessProbe:
              httpGet:
                path: /healthcheck/kubedns
                port: 10054
                scheme: HTTP
              initialDelaySeconds: 60
              timeoutSeconds: 5
              successThreshold: 1
              failureThreshold: 5
            readinessProbe:
              httpGet:
                path: /readiness
                port: 8081
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 03:19:02 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  5. samples/addons/extras/skywalking.yaml

                - name: SW_HEALTH_CHECKER
                  value: default
              readinessProbe:
                exec:
                  command:
                  - /skywalking/bin/swctl
                  - health
                initialDelaySeconds: 30
                periodSeconds: 5
    
    ---
    apiVersion: v1
    kind: Service
    metadata:
      name: tracing
      namespace: istio-system
      labels:
        app: skywalking-oap
    spec:
      type: ClusterIP
      ports:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 09 21:40:53 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. cluster/addons/metadata-agent/stackdriver/metadata-agent.yaml

            imagePullPolicy: IfNotPresent
            name: metadata-agent
            livenessProbe:
              httpGet:
                path: /healthz
                port: 8000
              initialDelaySeconds: 30
              periodSeconds: 60
              timeoutSeconds: 5
              failureThreshold: 1
              successThreshold: 1
            args:
            - -o KubernetesUseWatch=true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 07:45:36 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  7. pkg/controller/deployment/util/hash_test.go

                        "httpGet": {
                            "path": "/private/status",
                            "port": 9077,
                            "scheme": "HTTP"
                        },
                        "initialDelaySeconds": 30,
                        "timeoutSeconds": 1,
                        "periodSeconds": 10,
                        "successThreshold": 1,
                        "failureThreshold": 3
                    },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 28 19:00:40 UTC 2019
    - 4K bytes
    - Viewed (0)
  8. docs/metrics/healthcheck/README.md

    ```
    livenessProbe:
      httpGet:
        path: /minio/health/live
        port: 9000
        scheme: HTTP
      initialDelaySeconds: 120
      periodSeconds: 30
      timeoutSeconds: 10
      successThreshold: 1
      failureThreshold: 3
    ```
    
    ## Readiness probe
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jul 06 16:18:38 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inject/status_annotations.yaml

    spec:
      replicas: 7
      selector:
        matchLabels:
          app: status
      template:
        metadata:
          annotations:
            status.sidecar.istio.io/port: "123"
            readiness.status.sidecar.istio.io/initialDelaySeconds: "100"
            readiness.status.sidecar.istio.io/periodSeconds: "200"
            readiness.status.sidecar.istio.io/failureThreshold: "300"
            readiness.status.sidecar.istio.io/applicationPorts: "1,2,3"
          labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 16 01:43:48 UTC 2019
    - 701 bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/status_annotations_zeroport.yaml

    spec:
      replicas: 7
      selector:
        matchLabels:
          app: status
      template:
        metadata:
          annotations:
            status.sidecar.istio.io/port: "0"
            readiness.status.sidecar.istio.io/initialDelaySeconds: "100"
            readiness.status.sidecar.istio.io/periodSeconds: "200"
            readiness.status.sidecar.istio.io/failureThreshold: "300"
            readiness.status.sidecar.istio.io/applicationPorts: "1,2,3"
          labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 25 19:22:24 UTC 2020
    - 699 bytes
    - Viewed (0)
Back to top