Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 243 for ContainerPort (0.2 sec)

  1. pkg/probe/util_test.go

    		wantErr bool
    	}{
    		{
    			name: "get port from exist port name",
    			args: args{
    				container: &v1.Container{
    					Ports: []v1.ContainerPort{
    						{
    							Name:          "foo",
    							ContainerPort: 8080,
    						},
    						{
    							Name:          "bar",
    							ContainerPort: 9000,
    						},
    					},
    				},
    				portName: "foo",
    			},
    			want:    8080,
    			wantErr: false,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 06:14:41 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/kube/testdata/basic.yaml

              - --port=3333
              - --version=bar
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2K bytes
    - Viewed (0)
  3. pkg/test/framework/components/echo/kube/testdata/multiversion.yaml

              - --version=v-istio
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 8090
            - containerPort: 9000
            - containerPort: 9090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 4K bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/kube/testdata/two-workloads-one-nosidecar.yaml

              - --port=3333
              - --version=v1
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  5. pkg/test/framework/components/echo/kube/testdata/disable-automount-sa.yaml

              - --port=3333
              - --version=bar
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. pkg/test/framework/components/echo/kube/testdata/multiple-istio-versions.yaml

              - --port=3333
              - --version=bar
              - --istio-version=1.9.0
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/kube/testdata/multiple-istio-versions-no-proxy.yaml

              - --port=3333
              - --version=bar
              - --istio-version=1.8.2
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 7070
            - containerPort: 8090
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  8. samples/grpc-echo/grpc-echo.yaml

                  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:
                failureThreshold: 10
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  9. cluster/addons/dns/kube-dns/kube-dns.yaml.base

            - --v=2
            env:
            - name: PROMETHEUS_PORT
              value: "10055"
            ports:
            - containerPort: 10053
              name: dns-local
              protocol: UDP
            - containerPort: 10053
              name: dns-tcp-local
              protocol: TCP
            - containerPort: 10055
              name: metrics
              protocol: TCP
            volumeMounts:
            - name: kube-dns-config
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 03:19:02 UTC 2024
    - 7K bytes
    - Viewed (0)
  10. pkg/test/framework/components/echo/kube/testdata/proxyless-custom-image.yaml

              - --grpc=17777
              - --version=bar
              - --istio-version=
              - --crt=/cert.crt
              - --key=/cert.key
            ports:
            - containerPort: 8080
            - containerPort: 3333
              name: tcp-health-port
            - containerPort: 17777
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
            - name: NAMESPACE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top