Set hostname of plex app as the app name

This commit is contained in:
sonicaj
2022-02-09 21:38:47 +05:00
parent 4008ca5ce0
commit 570d46673d

View File

@@ -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 }}