Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disabling all prowlar liveness checks #87

Merged
merged 1 commit into from
Feb 29, 2024
Merged

disabling all prowlar liveness checks #87

merged 1 commit into from
Feb 29, 2024

Conversation

jgilfoil
Copy link
Owner

trying to test it and it keeps uninstalling

trying to test it and it keeps uninstalling
Copy link

--- kubernetes/apps/media/prowlarr/app Kustomization: flux-system/prowlarr HelmRelease: media/prowlarr

+++ kubernetes/apps/media/prowlarr/app Kustomization: flux-system/prowlarr HelmRelease: media/prowlarr

@@ -52,22 +52,13 @@

               repository: ghcr.io/onedr0p/prowlarr-nightly
               tag: 1.11.1.4146@sha256:d1df9f9528a64994a1d49fdad3f340fe76496777b496f1cbb0b71a718dbc4d88
             probes:
               liveness:
                 enabled: false
               readiness:
-                custom: true
-                enabled: true
-                spec:
-                  failureThreshold: 3
-                  httpGet:
-                    path: /ping
-                    port: 80
-                  initialDelaySeconds: 0
-                  periodSeconds: 10
-                  timeoutSeconds: 1
+                enabled: false
               startup:
                 enabled: false
             resources:
               limits:
                 memory: 1Gi
               requests:

Copy link

--- HelmRelease: media/prowlarr Deployment: media/prowlarr

+++ HelmRelease: media/prowlarr Deployment: media/prowlarr

@@ -55,20 +55,12 @@

         - name: PROWLARR__THEME
           value: dark
         - name: TZ
           value: America/Denver
         image: ghcr.io/onedr0p/prowlarr-nightly:1.11.1.4146@sha256:d1df9f9528a64994a1d49fdad3f340fe76496777b496f1cbb0b71a718dbc4d88
         name: main
-        readinessProbe:
-          failureThreshold: 3
-          httpGet:
-            path: /ping
-            port: 80
-          initialDelaySeconds: 0
-          periodSeconds: 10
-          timeoutSeconds: 1
         resources:
           limits:
             memory: 1Gi
           requests:
             cpu: 10m
             memory: 250Mi

@jgilfoil jgilfoil merged commit 56928b1 into main Feb 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant