Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 35 for initialDelaySeconds (0.29 sec)

  1. cluster/gce/manifests/cluster-autoscaler.manifest

                    "livenessProbe": {
                        "httpGet": {
                            "path": "/health-check",
                            "port": 8085
                        },
                        "initialDelaySeconds": 600,
                        "periodSeconds": 60
                    },
                    "command": [
                        "/cluster-autoscaler",
                        "--kubernetes=https://127.0.0.1:443",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 25 00:04:35 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/testdata/deployment/cluster-ip.yaml

              protocol: TCP
            readinessProbe:
              failureThreshold: 4
              httpGet:
                path: /healthz/ready
                port: 15021
                scheme: HTTP
              initialDelaySeconds: 0
              periodSeconds: 15
              successThreshold: 1
              timeoutSeconds: 1
            securityContext:
              allowPrivilegeEscalation: false
              capabilities:
                drop:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/testdata/deployment/infrastructure-labels-annotations.yaml

              protocol: TCP
            readinessProbe:
              failureThreshold: 4
              httpGet:
                path: /healthz/ready
                port: 15021
                scheme: HTTP
              initialDelaySeconds: 0
              periodSeconds: 15
              successThreshold: 1
              timeoutSeconds: 1
            securityContext:
              allowPrivilegeEscalation: false
              capabilities:
                drop:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 21:43:20 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. cluster/gce/addons/konnectivity-agent/konnectivity-agent-ds.yaml

    __EXTRA_VOL_MNTS__
                - mountPath: /var/run/secrets/tokens
                  name: konnectivity-agent-token
              livenessProbe:
                httpGet:
                  port: 8093
                  path: /healthz
                initialDelaySeconds: 15
                timeoutSeconds: 15
          serviceAccountName: konnectivity-agent
          volumes:
    __EXTRA_VOLS__
            - name: konnectivity-agent-token
              projected:
                sources:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 10:31:11 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  5. cluster/gce/manifests/etcd.manifest

              "/bin/sh",
              "-c",
              "set -x; exec /usr/local/bin/etcdctl --endpoints=127.0.0.1:{{ port }} {{ etcdctl_certs }} --command-timeout=15s endpoint health"
            ]
          },
          "initialDelaySeconds": {{ liveness_probe_initial_delay }},
          "timeoutSeconds": 15,
          "periodSeconds": 5,
          "failureThreshold": 5
        },
        "ports": [
          { "name": "serverport",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  6. cluster/gce/manifests/cloud-controller-manager.manifest

        ],
        {{container_env}}
        "livenessProbe": {
          "httpGet": {
            "host": "127.0.0.1",
            "port": 10258,
            "scheme": "HTTPS",
            "path": "/healthz"
          },
          "initialDelaySeconds": 15,
          "timeoutSeconds": 15
        },
        "volumeMounts": [
            {{cloud_config_mount}}
            {{additional_cloud_config_mount}}
            {{pv_recycler_mount}}
            { "name": "srvkube",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 08:50:12 UTC 2024
    - 4K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/testdata/misannotated.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: invalid-annotations
      annotations:
        # Validation checks this is an int - this should be invalid
        readiness.status.sidecar.istio.io/initialDelaySeconds: bar
        # Validation checks this is an int - this should be valid
        readiness.status.sidecar.istio.io/periodSeconds: "10"
    spec:
      containers:
        - name: "foo"
          command: ['curl']
    ---
    apiVersion: v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 03 21:10:07 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  8. cluster/addons/dns/nodelocaldns/nodelocaldns.yaml

              name: metrics
              protocol: TCP
            livenessProbe:
              httpGet:
                host: __PILLAR__LOCAL__DNS__
                path: /health
                port: 8080
              initialDelaySeconds: 60
              timeoutSeconds: 5
            volumeMounts:
            - mountPath: /run/xtables.lock
              name: xtables-lock
              readOnly: false
            - name: config-volume
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 03:19:02 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inject/status_params.yaml.injected

              name: http-envoy-prom
              protocol: TCP
            readinessProbe:
              failureThreshold: 300
              httpGet:
                path: /healthz/ready
                port: 15021
              initialDelaySeconds: 100
              periodSeconds: 200
              timeoutSeconds: 3
            resources:
              limits:
                cpu: "2"
                memory: 1Gi
              requests:
                cpu: 100m
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/kubevirtInterfaces.yaml.injected

              name: http-envoy-prom
              protocol: TCP
            readinessProbe:
              failureThreshold: 300
              httpGet:
                path: /healthz/ready
                port: 15021
              initialDelaySeconds: 100
              periodSeconds: 200
              timeoutSeconds: 3
            resources:
              limits:
                cpu: "2"
                memory: 1Gi
              requests:
                cpu: 100m
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top