Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 111 for PeriodSeconds (0.23 sec)

  1. pkg/kube/inject/testdata/inject/proxy-override.yaml.injected

              initialDelaySeconds: 10
              periodSeconds: 2
              timeoutSeconds: 3
            name: istio-proxy
            ports:
            - containerPort: 15090
              name: http-envoy-prom
              protocol: TCP
            readinessProbe:
              failureThreshold: 4
              httpGet:
                path: /healthz/ready
                port: 15021
              periodSeconds: 15
              timeoutSeconds: 3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  2. prow/config/metrics/metrics.yaml

                port: https
                scheme: HTTPS
              initialDelaySeconds: 0
              periodSeconds: 10
            startupProbe:
              httpGet:
                path: /readyz
                port: https
                scheme: HTTPS
              failureThreshold: 600
              initialDelaySeconds: 0
              periodSeconds: 1
            resources:
              requests:
                cpu: 100m
                memory: 200Mi
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 11 20:51:38 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. samples/addons/extras/skywalking.yaml

                  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:
        - name: grpc
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 09 21:40:53 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/kube/templates/deployment.yaml

              httpGet:
                path: /
                port: 8080
    {{- end }}
              initialDelaySeconds: 1
              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
    {{- if $.StartupProbe }}
            startupProbe:
              tcpSocket:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/status_annotations.yaml.injected

            readiness.status.sidecar.istio.io/failureThreshold: "300"
            readiness.status.sidecar.istio.io/initialDelaySeconds: "100"
            readiness.status.sidecar.istio.io/periodSeconds: "200"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/autoscaling.v2.HorizontalPodAutoscaler.json

                "type": "typeValue",
                "value": 2,
                "periodSeconds": 3
              }
            ]
          },
          "scaleDown": {
            "stabilizationWindowSeconds": 3,
            "selectPolicy": "selectPolicyValue",
            "policies": [
              {
                "type": "typeValue",
                "value": 2,
                "periodSeconds": 3
              }
            ]
          }
        }
      },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.30.0/autoscaling.v2.HorizontalPodAutoscaler.yaml

      selfLink: selfLinkValue
      uid: uidValue
    spec:
      behavior:
        scaleDown:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
        scaleUp:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/autoscaling.v2beta2.HorizontalPodAutoscaler.yaml

      selfLink: selfLinkValue
      uid: uidValue
    spec:
      behavior:
        scaleDown:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
        scaleUp:
          policies:
          - periodSeconds: 3
            type: typeValue
            value: 2
          selectPolicy: selectPolicyValue
          stabilizationWindowSeconds: 3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  9. cluster/addons/metrics-server/metrics-server-deployment.yaml

              httpGet:
                path: /readyz
                port: https
                scheme: HTTPS
              periodSeconds: 10
              failureThreshold: 3
            livenessProbe:
              httpGet:
                path: /livez
                port: https
                scheme: HTTPS
              periodSeconds: 10
              failureThreshold: 3
            volumeMounts:
            - mountPath: /tmp
              name: tmp-dir
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 07:50:56 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/autoscaling.v2beta2.HorizontalPodAutoscaler.json

                "type": "typeValue",
                "value": 2,
                "periodSeconds": 3
              }
            ]
          },
          "scaleDown": {
            "stabilizationWindowSeconds": 3,
            "selectPolicy": "selectPolicyValue",
            "policies": [
              {
                "type": "typeValue",
                "value": 2,
                "periodSeconds": 3
              }
            ]
          }
        }
      },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top