[bitnami/apache] Change in the command of apache-exporter (#2280)

* Change -scrape_uri to --scrape_uri

* [bitnami/apache] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Ibone González Mauraza
2020-04-10 11:12:04 +02:00
committed by GitHub
parent a8f82eb660
commit ccc69c8e2a
3 changed files with 5 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ spec:
- name: metrics
image: {{ template "apache.metrics.image" . }}
imagePullPolicy: {{ .Values.metrics.image.pullPolicy | quote }}
command: ['/bin/apache_exporter', '-scrape_uri', 'http://status.localhost:8080/server-status/?auto']
command: ['/bin/apache_exporter', '--scrape_uri', 'http://status.localhost:8080/server-status/?auto']
ports:
- name: metrics
containerPort: 9117