Browse Source

Set hostname of plex app as the app name

sonicaj 3 năm trước cách đây
mục cha
commit
570d46673d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      test/plex/1.6.23/templates/deployment.yaml

+ 1 - 0
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 }}