Parameters

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

namespace

type

string

default

syn-prom-label-proxy

The namespace in which to deploy this component.

label

type

string

default

namespace

The label which should be enforced by the proxy.

upstream

The upstream Prometheus endpoint to proxy requests to.

ingress.host

type

string

default

null

The host this ingress should terminate. An ingress resource is only created if a host is configured.

Example

parameters:
  prom_label_proxy:
    namespace: syn-thanos
    upstream: http://thanos-query:9090
    ingress:
      host: metrics.example.net