DEV-386: changing port

main
friedrich goerz 4 years ago
parent 39ea5e0a00
commit f9d0b84a2c

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

@ -4,7 +4,8 @@ metadata:
name: es-query-exporter
spec:
ports:
- port: 5050
targetPort: 5050
- port: 80
targetPort: 80
name: http
selector:
app: es-query-exporter

Loading…
Cancel
Save