Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 892 for wealth (0.1 sec)

  1. 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)
  2. 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)
  3. platforms/core-execution/worker-main/src/main/java/org/gradle/process/internal/worker/child/SystemApplicationClassLoaderWorker.java

    import org.gradle.process.internal.health.memory.DefaultJvmMemoryInfo;
    import org.gradle.process.internal.health.memory.DefaultMemoryManager;
    import org.gradle.process.internal.health.memory.DisabledOsMemoryInfo;
    import org.gradle.process.internal.health.memory.JvmMemoryInfo;
    import org.gradle.process.internal.health.memory.JvmMemoryStatus;
    import org.gradle.process.internal.health.memory.JvmMemoryStatusListener;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. pilot/cmd/pilot-agent/status/server.go

    // app probers.
    func FormatProberURL(container string) (string, string, string) {
    	return fmt.Sprintf("/app-health/%v/readyz", container),
    		fmt.Sprintf("/app-health/%v/livez", container),
    		fmt.Sprintf("/app-health/%v/startupz", container)
    }
    
    // Run opens a the status port and begins accepting probes.
    func (s *Server) Run(ctx context.Context) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 31.1K bytes
    - Viewed (1)
  7. operator/pkg/util/testdata/overlay-iop.yaml

                ## You can add custom gateway ports in user values overrides, but it must include those ports since helm replaces.
                # Note that AWS ELB will by default perform health checks on the first port
                # on this list. Setting this to the health check port will ensure that health
                # checks always work. https://github.com/istio/istio/issues/12503
                - port: 15021
                  targetPort: 15021
                  name: status-port
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 15 20:10:17 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  8. .github/workflows/iam-integrations.yaml

              ETCD_ADVERTISE_CLIENT_URLS: "http://0.0.0.0:2379"
            ports:
              - "2379:2379"
            options: >-
              --health-cmd "etcdctl endpoint health"
              --health-interval 10s
              --health-timeout 5s
              --health-retries 5
          openid:
            image: quay.io/minio/dex
            ports:
              - "5556:5556"
            env:
              DEX_LDAP_SERVER: "openldap:389"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/kube/templates/deployment.yaml

    {{- end }}
            ports:
    {{- range $i, $p := $appContainer.ContainerPorts }}
            - containerPort: {{ $p.Port }}
    {{- if eq .Port 3333 }}
              name: tcp-health-port
    {{- else if and ($appContainer.ImageFullPath) (eq .Port 17171) }}
              name: tcp-health-port
    {{- end }}
    {{- end }}
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  10. 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)
Back to top