Merge pull request #477 from truenas/NAS-116130

NAS-116130 / 22.12 / Restart plex pod after 5 minutes if startup probe fails
This commit is contained in:
M. Rehan
2022-06-06 13:32:57 +05:00
committed by GitHub
34 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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