NAS-116130 / 22.12 / Restart plex pod after 5 minutes if startup probe fails
@@ -14,4 +14,4 @@ sources:
- https://hub.docker.com/r/plexinc/pms-docker/
- https://github.com/k8s-at-home/charts/tree/master/charts/plex
upstream_version: 2.1.0
-version: 1.7.5
+version: 1.7.6
@@ -87,7 +87,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
command:
- /bin/plex_probe_check.sh
initialDelaySeconds: 5
- failureThreshold: 40
+ failureThreshold: 20
periodSeconds: 15
{{ include "common.networking.dnsConfiguration" .Values | nindent 6 }}
volumes: {{ include "common.storage.configureAppVolumes" .Values | nindent 8 }}