remove probes

This commit is contained in:
2024-03-16 09:56:06 -06:00
parent e89bd04a8d
commit f2e3dba5e2
2 changed files with 1 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: qbittorrent name: qbittorrent
version: 0.0.6 version: 0.0.7
description: Chart for qBittorrent description: Chart for qBittorrent
keywords: keywords:
- downloads - downloads

View File

@@ -66,27 +66,6 @@ spec:
{{- toYaml .Values.gluetun.securityContext | nindent 12 }} {{- toYaml .Values.gluetun.securityContext | nindent 12 }}
resources: resources:
{{- toYaml .Values.gluetun.resources | nindent 12 }} {{- 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: volumeMounts:
- name: tunnel-device - name: tunnel-device
mountPath: /dev/net/tun mountPath: /dev/net/tun