|
@@ -6,6 +6,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
|
|
hostNetwork: {{ .Values.hostNetwork }}
|
|
hostNetwork: {{ .Values.hostNetwork }}
|
|
dnsPolicy: ClusterFirstWithHostNet
|
|
dnsPolicy: ClusterFirstWithHostNet
|
|
{{- end }}
|
|
{{- end }}
|
|
|
|
+ hostname: {{ template "common.names.fullname" . }}
|
|
containers:
|
|
containers:
|
|
- name: {{ .Chart.Name }}
|
|
- name: {{ .Chart.Name }}
|
|
{{ if .Values.enablePlexPass }}
|
|
{{ if .Values.enablePlexPass }}
|