update plex
This commit is contained in:
@ -18,10 +18,20 @@ spec:
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
securityContext:
|
||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||
containers:
|
||||
- name: debug
|
||||
image: busybox:latest
|
||||
command: ['sleep', 'infinity']
|
||||
- name: {{ .Chart.Name }}
|
||||
securityContext:
|
||||
privileged: {{ .Values.securityContext.privileged }}
|
||||
capabilities:
|
||||
add:
|
||||
{{ toYaml .Values.securityContext.capabilities.add | indent 16 }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
env:
|
||||
|
Reference in New Issue
Block a user