Skip to content

Commit

Permalink
fix: updating chart include MY_APP_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
sepulworld committed Apr 7, 2022
1 parent ab5d43b commit 8189ec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.1.0"
description: A Helm chart for dinghy-ping
name: dinghy-ping
version: 0.4.11
version: 0.4.12
icon: https://user-images.githubusercontent.com/538171/64288240-732bef00-cf16-11e9-830a-7b08759bffad.jpg
maintainers:
- name: sepulworld
4 changes: 3 additions & 1 deletion charts/dinghy-ping/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: REDIS_HOST
value: {{ include "dinghy-ping.fullname" . }}-redis.{{ .Release.Namespace }}.svc.cluster.local
value: {{ .Release.Name }}-redis.{{ .Release.Namespace }}.svc.cluster.local
- name: DINGHY_PING_HOST
value: {{ .Release.Name }}.{{- .Values.subdomain }}
- name: DD_DOGSTATSD_DISABLE
value: "{{ .Values.disable_dogstatsd }}"
- name: MY_CLUSTER_DOMAIN
value: {{ .Values.subdomain }}
- name: MY_APP_NAME
value: {{ .Release.Name }}
ports:
- name: http
containerPort: 80
Expand Down

0 comments on commit 8189ec7

Please sign in to comment.