From 570d46673d7f6a040617ea1fb2bd4445b1f1fb58 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Wed, 9 Feb 2022 21:38:47 +0500 Subject: [PATCH] Set hostname of plex app as the app name --- test/plex/1.6.23/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/plex/1.6.23/templates/deployment.yaml b/test/plex/1.6.23/templates/deployment.yaml index 1297b53cf5..969a009e26 100644 --- a/test/plex/1.6.23/templates/deployment.yaml +++ b/test/plex/1.6.23/templates/deployment.yaml @@ -6,6 +6,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} hostNetwork: {{ .Values.hostNetwork }} dnsPolicy: ClusterFirstWithHostNet {{- end }} + hostname: {{ template "common.names.fullname" . }} containers: - name: {{ .Chart.Name }} {{ if .Values.enablePlexPass }}