Skip to content

Commit

Permalink
adding option to disable dogstatsd
Browse files Browse the repository at this point in the history
  • Loading branch information
sepulworld committed Mar 31, 2022
1 parent f8f0c1c commit ae81092
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dinghy-ping/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v1.0.0"
description: A Helm chart for dinghy-ping
name: dinghy-ping
version: 0.4.6
version: 0.4.7
icon: https://user-images.githubusercontent.com/538171/64288240-732bef00-cf16-11e9-830a-7b08759bffad.jpg
maintainers:
- name: sepulworld
2 changes: 2 additions & 0 deletions charts/dinghy-ping/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
value: {{ include "dinghy-ping.fullname" . }}-redis.{{ .Release.Namespace }}.svc.cluster.local
- name: DINGHY_PING_HOST
value: {{ .Release.Name }}.{{- .Values.subdomain }}
- name: DD_DOGSTATSD_DISABLE
value: {{ .Values.disable_dogstatsd }}
ports:
- name: http
containerPort: 80
Expand Down
3 changes: 3 additions & 0 deletions charts/dinghy-ping/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ subdomain: voltron.cloud
nameOverride: ""
fullnameOverride: ""

# Disable Datadog dogstatsd
disable_dogstatsd: "True"

service:
type: ClusterIP
port: 80
Expand Down

0 comments on commit ae81092

Please sign in to comment.