update plex

This commit is contained in:
2025-01-26 15:46:15 +01:00
parent 281ba1b308
commit 178582251a
4 changed files with 31 additions and 12 deletions

View File

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