Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for CommonConfig (0.14 sec)

  1. manifests/addons/values-loki.yaml

    # use single binary and filesystem storage for test
    # do not use in production
    loki:
      useTestSchema: true
      auth_enabled: false
      commonConfig:
        replication_factor: 1
      storage:
        type: 'filesystem'
    test:
      enabled: false
    lokiCanary:
      enabled: false
    monitoring:
      dashboards:
        enabled: false
      rules:
        enabled: false
        alerting: false
      serviceMonitor:
        enabled: false
        metricsInstance:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 09 21:40:53 UTC 2024
    - 786 bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/accesslog.go

    	accessLogFriendlyName := model.TCPEnvoyAccessLogFriendlyName
    	if isListener {
    		accessLogFriendlyName = listenerEnvoyAccessLogFriendlyName
    	}
    	fl := &grpcaccesslog.TcpGrpcAccessLogConfig{
    		CommonConfig: &grpcaccesslog.CommonGrpcAccessLogConfig{
    			LogName: accessLogFriendlyName,
    			GrpcService: &core.GrpcService{
    				TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    					EnvoyGrpc: &core.GrpcService_EnvoyGrpc{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  3. operator/pkg/validate/validate_test.go

                nodeSelectorTerms:
                - matchExpressions:
                  - key: zone
                    operator: In
                    values:
                    - istio`,
    		},
    		{
    			desc: "CommonConfig",
    			yamlStr: `
    hub: docker.io/istio
    tag: v1.2.3
    meshConfig:
      rootNamespace: istio-system
    values:
      global:
        proxy:
          includeIPRanges: "1.1.0.0/16,2.2.0.0/16"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 25 11:44:31 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  4. pilot/pkg/model/telemetry_logging_test.go

    			logName:     OtelEnvoyAccessLogFriendlyName,
    			clusterName: fakeCluster,
    			hostname:    fakeAuthority,
    			body:        EnvoyTextLogFormat,
    			expected: &otelaccesslog.OpenTelemetryAccessLogConfig{
    				CommonConfig: &grpcaccesslog.CommonGrpcAccessLogConfig{
    					LogName: OtelEnvoyAccessLogFriendlyName,
    					GrpcService: &core.GrpcService{
    						TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  5. pilot/pkg/model/telemetry_logging.go

    	if err != nil {
    		IncLookupClusterFailures("envoyTCPAls")
    		log.Errorf("could not find cluster for tcp grpc provider %q: %v", prov, err)
    		return nil
    	}
    
    	fl := &grpcaccesslog.TcpGrpcAccessLogConfig{
    		CommonConfig: &grpcaccesslog.CommonGrpcAccessLogConfig{
    			LogName: logName,
    			GrpcService: &core.GrpcService{
    				TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    					EnvoyGrpc: &core.GrpcService_EnvoyGrpc{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 23K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    configmapReload: prometheus: image: # Use ghcr repository: ghcr.io/prometheus-operator/prometheus-config-reloader manifests/addons/values-loki.yaml # use single binary and filesystem storage for test # do not use in production loki: auth_enabled: false commonConfig: replication_factor: 1 storage: type: 'filesystem' test: enabled: false monitoring: dashboards: enabled: false rules: enabled: false alerting: false serviceMonitor: enabled: false metricsInstance: enabled: false selfMonitoring: enabled: false grafanaAgent:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top