Skip to content

Commit

Permalink
aws-agent: fix LISTEN_ADDRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed May 17, 2024
1 parent 8fd9bea commit 9066f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aws-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: aws-agent
description: A prometheus exporter that gathers metrics from AWS services.
type: application
version: 0.1.13
version: 0.1.14
appVersion: "1.2.5"
2 changes: 1 addition & 1 deletion charts/aws-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- name: EC_FILTER
value: {{ .Values.ec.filter }}
- name: LISTEN_ADDRESS
value: "{{ .Values.port }}"
value: ":{{ .Values.port }}"
ports:
- name: http
containerPort: {{ .Values.port }}
Expand Down

0 comments on commit 9066f55

Please sign in to comment.