From 3004670f9bc364cadc29949bcc9082e063d1d8c8 Mon Sep 17 00:00:00 2001 From: Jack Lindamood Date: Tue, 29 Dec 2020 03:55:01 +0000 Subject: [PATCH] bug fix chart --- charts/hostname-for-target-group/Chart.yaml | 2 +- charts/hostname-for-target-group/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/hostname-for-target-group/Chart.yaml b/charts/hostname-for-target-group/Chart.yaml index c62ade0..af94104 100644 --- a/charts/hostname-for-target-group/Chart.yaml +++ b/charts/hostname-for-target-group/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.5 +version: 0.1.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/hostname-for-target-group/templates/deployment.yaml b/charts/hostname-for-target-group/templates/deployment.yaml index bbb0181..dfb5880 100644 --- a/charts/hostname-for-target-group/templates/deployment.yaml +++ b/charts/hostname-for-target-group/templates/deployment.yaml @@ -72,6 +72,8 @@ spec: {{- end }} - name: TG_FROM_TAG_KEY value: {{ .Values.env.tgFromTagKey | quote }} + - name: DAEMON_MODE + value: "true" ports: - name: http containerPort: 8080