mirror of
https://github.com/truenas/charts.git
synced 2026-02-12 23:06:13 +08:00
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:
@@ -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 }}
|
||||
@@ -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 }}
|
||||
Reference in New Issue
Block a user