Jelajahi Sumber

Merge pull request #477 from truenas/NAS-116130

NAS-116130 / 22.12 / Restart plex pod after 5 minutes if startup probe fails
M. Rehan 3 tahun lalu
induk
melakukan
4c95e11c5e
34 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 0 0
      charts/plex/1.7.6/.helmignore
  2. 0 0
      charts/plex/1.7.6/Chart.lock
  3. 1 1
      charts/plex/1.7.6/Chart.yaml
  4. 0 0
      charts/plex/1.7.6/README.md
  5. 0 0
      charts/plex/1.7.6/app-readme.md
  6. 0 0
      charts/plex/1.7.6/charts/common-2112.0.0.tgz
  7. 0 0
      charts/plex/1.7.6/default_values.yaml
  8. 0 0
      charts/plex/1.7.6/ix_values.yaml
  9. 0 0
      charts/plex/1.7.6/migrations/migrate_from_1.0.0
  10. 0 0
      charts/plex/1.7.6/questions.yaml
  11. 0 0
      charts/plex/1.7.6/templates/NOTES.txt
  12. 1 1
      charts/plex/1.7.6/templates/deployment.yaml
  13. 0 0
      charts/plex/1.7.6/templates/probe_config.yaml
  14. 0 0
      charts/plex/1.7.6/templates/service-tcp.yaml
  15. 0 0
      charts/plex/1.7.6/templates/service-udp.yaml
  16. 0 0
      charts/plex/1.7.6/templates/tests/deployment-check.yaml
  17. 0 0
      charts/plex/1.7.6/test_values.yaml
  18. 0 0
      test/plex/1.7.6/.helmignore
  19. 0 0
      test/plex/1.7.6/Chart.lock
  20. 1 1
      test/plex/1.7.6/Chart.yaml
  21. 0 0
      test/plex/1.7.6/README.md
  22. 0 0
      test/plex/1.7.6/app-readme.md
  23. 0 0
      test/plex/1.7.6/charts/common-2112.0.0.tgz
  24. 0 0
      test/plex/1.7.6/default_values.yaml
  25. 0 0
      test/plex/1.7.6/ix_values.yaml
  26. 0 0
      test/plex/1.7.6/migrations/migrate_from_1.0.0
  27. 0 0
      test/plex/1.7.6/questions.yaml
  28. 0 0
      test/plex/1.7.6/templates/NOTES.txt
  29. 1 1
      test/plex/1.7.6/templates/deployment.yaml
  30. 0 0
      test/plex/1.7.6/templates/probe_config.yaml
  31. 0 0
      test/plex/1.7.6/templates/service-tcp.yaml
  32. 0 0
      test/plex/1.7.6/templates/service-udp.yaml
  33. 0 0
      test/plex/1.7.6/templates/tests/deployment-check.yaml
  34. 0 0
      test/plex/1.7.6/test_values.yaml

+ 0 - 0
charts/plex/1.7.5/.helmignore → charts/plex/1.7.6/.helmignore


+ 0 - 0
charts/plex/1.7.5/Chart.lock → charts/plex/1.7.6/Chart.lock


+ 1 - 1
charts/plex/1.7.5/Chart.yaml → charts/plex/1.7.6/Chart.yaml

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

+ 0 - 0
charts/plex/1.7.5/README.md → charts/plex/1.7.6/README.md


+ 0 - 0
charts/plex/1.7.5/app-readme.md → charts/plex/1.7.6/app-readme.md


+ 0 - 0
charts/plex/1.7.5/charts/common-2112.0.0.tgz → charts/plex/1.7.6/charts/common-2112.0.0.tgz


+ 0 - 0
charts/plex/1.7.5/default_values.yaml → charts/plex/1.7.6/default_values.yaml


+ 0 - 0
charts/plex/1.7.5/ix_values.yaml → charts/plex/1.7.6/ix_values.yaml


+ 0 - 0
charts/plex/1.7.5/migrations/migrate_from_1.0.0 → charts/plex/1.7.6/migrations/migrate_from_1.0.0


+ 0 - 0
charts/plex/1.7.5/questions.yaml → charts/plex/1.7.6/questions.yaml


+ 0 - 0
charts/plex/1.7.5/templates/NOTES.txt → charts/plex/1.7.6/templates/NOTES.txt


+ 1 - 1
charts/plex/1.7.5/templates/deployment.yaml → charts/plex/1.7.6/templates/deployment.yaml

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

+ 0 - 0
charts/plex/1.7.5/templates/probe_config.yaml → charts/plex/1.7.6/templates/probe_config.yaml


+ 0 - 0
charts/plex/1.7.5/templates/service-tcp.yaml → charts/plex/1.7.6/templates/service-tcp.yaml


+ 0 - 0
charts/plex/1.7.5/templates/service-udp.yaml → charts/plex/1.7.6/templates/service-udp.yaml


+ 0 - 0
charts/plex/1.7.5/templates/tests/deployment-check.yaml → charts/plex/1.7.6/templates/tests/deployment-check.yaml


+ 0 - 0
charts/plex/1.7.5/test_values.yaml → charts/plex/1.7.6/test_values.yaml


+ 0 - 0
test/plex/1.7.5/.helmignore → test/plex/1.7.6/.helmignore


+ 0 - 0
test/plex/1.7.5/Chart.lock → test/plex/1.7.6/Chart.lock


+ 1 - 1
test/plex/1.7.5/Chart.yaml → test/plex/1.7.6/Chart.yaml

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

+ 0 - 0
test/plex/1.7.5/README.md → test/plex/1.7.6/README.md


+ 0 - 0
test/plex/1.7.5/app-readme.md → test/plex/1.7.6/app-readme.md


+ 0 - 0
test/plex/1.7.5/charts/common-2112.0.0.tgz → test/plex/1.7.6/charts/common-2112.0.0.tgz


+ 0 - 0
test/plex/1.7.5/default_values.yaml → test/plex/1.7.6/default_values.yaml


+ 0 - 0
test/plex/1.7.5/ix_values.yaml → test/plex/1.7.6/ix_values.yaml


+ 0 - 0
test/plex/1.7.5/migrations/migrate_from_1.0.0 → test/plex/1.7.6/migrations/migrate_from_1.0.0


+ 0 - 0
test/plex/1.7.5/questions.yaml → test/plex/1.7.6/questions.yaml


+ 0 - 0
test/plex/1.7.5/templates/NOTES.txt → test/plex/1.7.6/templates/NOTES.txt


+ 1 - 1
test/plex/1.7.5/templates/deployment.yaml → test/plex/1.7.6/templates/deployment.yaml

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

+ 0 - 0
test/plex/1.7.5/templates/probe_config.yaml → test/plex/1.7.6/templates/probe_config.yaml


+ 0 - 0
test/plex/1.7.5/templates/service-tcp.yaml → test/plex/1.7.6/templates/service-tcp.yaml


+ 0 - 0
test/plex/1.7.5/templates/service-udp.yaml → test/plex/1.7.6/templates/service-udp.yaml


+ 0 - 0
test/plex/1.7.5/templates/tests/deployment-check.yaml → test/plex/1.7.6/templates/tests/deployment-check.yaml


+ 0 - 0
test/plex/1.7.5/test_values.yaml → test/plex/1.7.6/test_values.yaml