Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 421 for 15016 (0.04 sec)

  1. pkg/kube/client_test.go

    					Annotations: map[string]string{
    						"prometheus.io/port": "15016",
    					},
    				},
    			},
    			expected: 15016,
    		},
    		{
    			name: "No monitoringAddr",
    			pod: &corev1.Pod{
    				Spec: corev1.PodSpec{
    					Containers: []corev1.Container{
    						{
    							Name: "discovery",
    						},
    					},
    				},
    			},
    			expected: 15014, // Default value
    		},
    	}
    
    	for _, tt := range tests {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 01 15:24:34 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. manifests/charts/istio-control/istio-discovery/templates/service.yaml

        release: {{ .Release.Name }}
    spec:
      ports:
        - port: 15010
          name: grpc-xds # plaintext
          protocol: TCP
        - port: 15012
          name: https-dns # mTLS with k8s-signed cert
          protocol: TCP
        - port: 443
          name: https-webhook # validation and injection
          targetPort: 15017
          protocol: TCP
        - port: 15014
          name: http-monitoring # prometheus stats
          protocol: TCP
      selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. samples/ambient-argo/tag-chart/templates/shimservice.yaml

      name: istiod
      namespace: istio-system
    spec:
      ports:
        - name: grpc-xds
          port: 15010
          protocol: TCP
        - name: https-dns
          port: 15012
          protocol: TCP
        - name: https-webhook
          port: 443
          protocol: TCP
          targetPort: 15017
        - name: http-monitoring
          port: 15014
          protocol: TCP
      selector:
        app: istiod
        istio.io/rev: {{ .Values.base.istiodservice }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 712 bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/pilot_override_kubernetes.golden.yaml

      name: istiod
      namespace: istio-control
    spec:
      ports:
      - name: grpc-xds
        port: 15010
        protocol: TCP
      - name: https-dns
        port: 11111
        protocol: TCP
      - name: https-webhook
        port: 443
        protocol: TCP
        targetPort: 15017
      - name: http-monitoring
        port: 15014
        protocol: TCP
      selector:
        app: istiod
        istio: pilot
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  5. operator/pkg/object/objects_test.go

      ports:
      - name: grpc-xds
        port: 15010
        protocol: TCP
        targetPort: 15010
      - name: https-xds
        port: 15011
        protocol: TCP
        targetPort: 15011
      - name: http-legacy-discovery
        port: 8080
        protocol: TCP
        targetPort: 8080
      - name: http-monitoring
        port: 15014
        protocol: TCP
        targetPort: 15014
      selector:
        istio: pilot
      sessionAffinity: None
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 07:16:46 UTC 2023
    - 18.4K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/output/flag_output.golden.yaml

              value: ""
            image: gcr.io/istio-testing/pilot:latest
            name: discovery
            ports:
            - containerPort: 8080
              protocol: TCP
            - containerPort: 15010
              protocol: TCP
            - containerPort: 15017
              protocol: TCP
            readinessProbe:
              httpGet:
                path: /ready
                port: 8080
              initialDelaySeconds: 1
              periodSeconds: 3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/install_package_path.golden.yaml

              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
              periodSeconds: 3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/pilot_override_values.golden.yaml

              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
              periodSeconds: 3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/output/pilot_k8s_settings.golden.yaml

              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: 555
              periodSeconds: 3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 06 02:56:54 UTC 2023
    - 5K bytes
    - Viewed (0)
  10. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json

                                                    "socket_address": {
                                                        "address": "10.244.0.175",
                                                        "port_value": 15017
                                                    }
                                                },
                                                "health_check_config": {}
                                            },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 66K bytes
    - Viewed (0)
Back to top