Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 655 for ContainerPort (0.18 sec)

  1. pkg/api/testing/deep_copy_test.go

    					"127.0.0.1:2379",
    					"--data-dir",
    					"/var/etcd/data",
    				},
    				Ports: []api.ContainerPort{
    					{
    						Name:          "serverport",
    						HostPort:      2380,
    						ContainerPort: 2380,
    						Protocol:      "TCP",
    					},
    					{
    						Name:          "clientport",
    						HostPort:      2379,
    						ContainerPort: 2379,
    						Protocol:      "TCP",
    					},
    				},
    				VolumeMounts: []api.VolumeMount{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  2. pkg/registry/core/pod/storage/storage_test.go

    						{Name: "ctr2", Ports: []api.ContainerPort{{ContainerPort: 1234}}},
    					},
    				},
    				Status: api.PodStatus{PodIPs: []api.PodIP{{IP: expectedIP}}},
    			},
    			query:    "foo",
    			location: expectedIP + ":9376",
    		},
    		{
    			pod: api.Pod{
    				ObjectMeta: metav1.ObjectMeta{Name: "foo"},
    				Spec: api.PodSpec{
    					Containers: []api.Container{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 07:18:44 UTC 2024
    - 38.8K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/install_package_path.golden.yaml

            - name: PLATFORM
              value: ""
            image: docker.io/istio/pilot:1.1.4
            name: discovery
            ports:
            - containerPort: 8080
              protocol: TCP
            - containerPort: 15010
              protocol: TCP
            - containerPort: 15017
              protocol: TCP
            readinessProbe:
              httpGet:
                path: /ready
                port: 8080
              initialDelaySeconds: 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/input/pilot_override_kubernetes.yaml

                    value: "60m" # OVERRIDDEN
                  # Select list item by key:value
                  - path: spec.template.spec.containers.[name:discovery].ports.[containerPort:8080].containerPort
                    value: 1234 # OVERRIDDEN
                  # Override with object (note | on value: first line)
                  - path: spec.template.spec.containers.[name:discovery].env.[name:POD_NAMESPACE].valueFrom
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  5. samples/extauthz/ext-authz.yaml

            app: ext-authz
        spec:
          containers:
          - image: gcr.io/istio-testing/ext-authz:latest
            imagePullPolicy: IfNotPresent
            name: ext-authz
            ports:
            - containerPort: 8000
            - containerPort: 9000
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 20 22:01:52 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  6. pkg/test/framework/components/echo/kube/templates/deployment.yaml

    {{- end }}
    {{- if $.IncludeExtAuthz }}
          - name: ext-authz
            image: {{ $.ImageHub }}/ext-authz:{{ $.ImageTag }}
            imagePullPolicy: {{ $.ImagePullPolicy }}
            ports:
            - containerPort: 8000
            - containerPort: 9000
    {{- end }}
    {{- range $i, $appContainer := $.AppContainers }}
          - name: {{ $appContainer.Name }}
    {{- if $appContainer.ImageFullPath }}
            image: {{ $appContainer.ImageFullPath }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inject/auth.yaml.injected

            tier: backend
            track: stable
        spec:
          containers:
          - image: fake.docker.io/google-samples/hello-go-gke:1.0
            name: hello
            ports:
            - containerPort: 80
              name: http
            resources: {}
          - args:
            - proxy
            - sidecar
            - --domain
            - $(POD_NAMESPACE).svc.cluster.local
            - --proxyLogLevel=warning
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/deploymentconfig-multi.yaml.injected

              tier: backend
              track: stable
          spec:
            containers:
            - image: fake.docker.io/google-samples/hello-go-gke:1.0
              name: hello
              ports:
              - containerPort: 80
                name: http
              resources: {}
            - args:
              - proxy
              - sidecar
              - --domain
              - $(POD_NAMESPACE).svc.cluster.local
              - --proxyLogLevel=warning
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inject/hello-image-secrets-in-values.yaml.injected

            tier: backend
            track: stable
        spec:
          containers:
          - image: fake.docker.io/google-samples/hello-go-gke:1.0
            name: hello
            ports:
            - containerPort: 80
              name: http
            resources: {}
          - args:
            - proxy
            - sidecar
            - --domain
            - $(POD_NAMESPACE).svc.cluster.local
            - --proxyLogLevel=warning
    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/hello-multiple-image-secrets.yaml.injected

            tier: backend
            track: stable
        spec:
          containers:
          - image: fake.docker.io/google-samples/hello-go-gke:1.0
            name: hello
            ports:
            - containerPort: 80
              name: http
            resources: {}
          - args:
            - proxy
            - sidecar
            - --domain
            - $(POD_NAMESPACE).svc.cluster.local
            - --proxyLogLevel=warning
    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