From f2e3dba5e23096cf2d679f52b60e4701ec72199d Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 16 Mar 2024 09:56:06 -0600 Subject: [PATCH] remove probes --- charts/qbittorrent/Chart.yaml | 2 +- charts/qbittorrent/templates/deployment.yaml | 21 -------------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/charts/qbittorrent/Chart.yaml b/charts/qbittorrent/Chart.yaml index 4e6d589..7c53c65 100644 --- a/charts/qbittorrent/Chart.yaml +++ b/charts/qbittorrent/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: qbittorrent -version: 0.0.6 +version: 0.0.7 description: Chart for qBittorrent keywords: - downloads diff --git a/charts/qbittorrent/templates/deployment.yaml b/charts/qbittorrent/templates/deployment.yaml index 5321d17..ac90bd7 100644 --- a/charts/qbittorrent/templates/deployment.yaml +++ b/charts/qbittorrent/templates/deployment.yaml @@ -66,27 +66,6 @@ spec: {{- toYaml .Values.gluetun.securityContext | nindent 12 }} resources: {{- toYaml .Values.gluetun.resources | nindent 12 }} - livenessProbe: - tcpSocket: - port: {{ .Values.gluetun.service.health.port }} - initialDelaySeconds: 0 - failureThreshold: 3 - timeoutSeconds: 1 - periodSeconds: 10 - readinessProbe: - tcpSocket: - port: {{ .Values.gluetun.service.health.port }} - initialDelaySeconds: 0 - failureThreshold: 3 - timeoutSeconds: 1 - periodSeconds: 10 - startupProbe: - tcpSocket: - port: {{ .Values.gluetun.service.health.port }} - initialDelaySeconds: 0 - failureThreshold: 30 - timeoutSeconds: 1 - periodSeconds: 5 volumeMounts: - name: tunnel-device mountPath: /dev/net/tun