Newer
Older
# Default values for meep-metrics-engine
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
serviceAccount: meep-metrics-engine
deployment:
replicas: 1
port: 80
protocol: TCP
dependency: kube-dns
repository: meep-docker-registry:30001/meep-metrics-engine
Kevin Di Lallo
committed
pullPolicy: Always
Kevin Di Lallo
committed
env:
Kevin Di Lallo
committed
MEEP_SANDBOX_NAME: {{ .SandboxName }}
MEEP_HOST_URL: {{ .HostUrl }}
name: meep-metrics-engine
Kevin Di Lallo
committed
type: ClusterIP
port: 80
ingress:
enabled: true
hosts:
- name: ''
paths:
Kevin Di Lallo
committed
- /{{ .SandboxName }}/metrics
Kevin Di Lallo
committed
annotations:
kubernetes.io/ingress.class: nginx
Kevin Di Lallo
committed
nginx.ingress.kubernetes.io/force-ssl-redirect: {{ .HttpsOnly }}
Kevin Di Lallo
committed
nginx.ingress.kubernetes.io/configuration-snippet: |
rewrite ^/{{ .SandboxName }}/metrics(/|$)(.*)$ /metrics/$2 break;
Kevin Di Lallo
committed
{{- if .AuthEnabled }}
nginx.ingress.kubernetes.io/auth-url: https://$http_host/auth/v1/authenticate?svc=meep-metrics-engine&sbox={{ .SandboxName }}
{{- end }}
Kevin Di Lallo
committed
codecov:
enabled: false
meepOrigin: core