Skip to content

Commit

Permalink
Merge pull request #18 from lightstep/Iss-17
Browse files Browse the repository at this point in the history
Statsd Config map update
  • Loading branch information
AjohnsonLS authored Mar 15, 2021
2 parents a92595f + 8783a93 commit 3ed45a9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 98 deletions.
2 changes: 1 addition & 1 deletion charts/lightstepsatellite/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: lightstep
version: 1.2.0
version: 1.2.1
appVersion: "2021-01-26_23-02-36Z"
description: Lightstep satellite to collect telemetry data.
home: https://lightstep.com/
Expand Down
96 changes: 0 additions & 96 deletions charts/lightstepsatellite/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion charts/lightstepsatellite/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spec:
{{- toYaml .Values.statsd.resources | nindent 12 }}
volumes:
- configMap:
name: statsd-mapping
name: {{ printf "%s-statsd-mapping" (include "lightstep.fullname" .) }}
items:
- key: config
path: statsd_mapping.yml
Expand Down
1 change: 1 addition & 0 deletions charts/lightstepsatellite/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ serviceAccount:

podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9102"

podSecurityContext: {}
# fsGroup: 2000
Expand Down

0 comments on commit 3ed45a9

Please sign in to comment.