-- A reverse proxy deployment that is meant to receive traffic for Mimir or GEM. When enterprise.enabled is true the GEM gateway is deployed. Otherwise, it is an nginx. Options except those under gateway.nginx apply to both versions - nginx and GEM gateway.
gateway:
ingress:
enabled: true
nameOverride: mimir-nginx
hosts:
- host: mimir-distributor.neu.internal.dev.(companyname).com
paths:
- path: /api/v1/push
pathType: Prefix
tls:
- secretName: mimir-distributor-tls
hosts:
- mimir-distributor.neu.internal.dev.(companyname).com
enabledNonEnterprise: true
replicas: 1
secret exist and doest contain certificates, as far as i understand normal ingress will be depreciated soon so im trying to do one using gateway. But nothing gets created
To setup mimir, follow this document using.
The Helm chart at https://grafana.github.io/helm-charts is a publication of the source code at grafana/mimir.
Install Mimir using the Helm chart:
helm -n mimir-test install mimir grafana/mimir-distributed
. An ingress YAML for Mimir, considering your requirements, would look something like