remove probes
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user