|
|
|
@ -5,7 +5,7 @@ metadata:
|
|
|
|
annotations:
|
|
|
|
annotations:
|
|
|
|
prometheus.io/scrape: "true"
|
|
|
|
prometheus.io/scrape: "true"
|
|
|
|
prometheus.io/path: /metrics
|
|
|
|
prometheus.io/path: /metrics
|
|
|
|
prometheus.io/port: "5050"
|
|
|
|
prometheus.io/port: "80"
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
replicas: 1
|
|
|
|
revisionHistoryLimit: 3
|
|
|
|
revisionHistoryLimit: 3
|
|
|
|
@ -31,7 +31,7 @@ spec:
|
|
|
|
- image: bitshift/elastic-query-exporter:v1.0.0-preview.4
|
|
|
|
- image: bitshift/elastic-query-exporter:v1.0.0-preview.4
|
|
|
|
name: es-query-exporter
|
|
|
|
name: es-query-exporter
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- containerPort: 5050
|
|
|
|
- containerPort: 80
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
- name: ASPNETCORE_ENVIRONMENT
|
|
|
|
- name: ASPNETCORE_ENVIRONMENT
|
|
|
|
value: Release
|
|
|
|
value: Release
|
|
|
|
|