Skip to content

Commit

Permalink
adding MY_CLUSTER_DOMAIN to chart
Browse files Browse the repository at this point in the history
  • Loading branch information
sepulworld committed Apr 1, 2022
1 parent ae81092 commit dce4971
Show file tree
Hide file tree
Showing 2 changed files with 3 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.7
version: 0.4.8
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 @@ -31,6 +31,8 @@ spec:
value: {{ .Release.Name }}.{{- .Values.subdomain }}
- name: DD_DOGSTATSD_DISABLE
value: {{ .Values.disable_dogstatsd }}
- name: MY_CLUSTER_DOMAIN
value: {{ .Values.subdomain }}
ports:
- name: http
containerPort: 80
Expand Down

0 comments on commit dce4971

Please sign in to comment.