Parameters

The parent key for all of the following parameters is exporter_filterproxy.

namespace

type

string

default

syn-exporter-filterproxy

The namespace in which to deploy this component.

images

type

dictionary

A dictionary of images used by this component.

resources

type

dict

default
requests:
  cpu: 200m
  memory: 200Mi

This parameter allows users to configure the resource requests and limits for the proxy pod.

The provided value isn’t validated and is used directly as the container’s resources.

replicas

type

int

default

2

The number or deployed replicas.

config

type

dict

default

{}

The configuration for the exporter-filterproxy. Please consult [the upstream documentation]github.com/vshn/exporter-filterproxy.

Example

namespace: example-namespace
replicas: 5
config:
  endpoints:
    kube_state_metrics:
      path: /kube-state-metrics
      target: https://kubestatemetrics-infra.monitoring.svc.cluster.local:8443/metrics
      refresh_interval: 5s
      insecure_skip_verify: true
      auth:
        type: Kubernetes