Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkfella91 committed Nov 25, 2024
1 parent b72a995 commit aac365f
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions kubernetes/main/apps/media/qbittorrent/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,71 +34,6 @@ spec:
annotations:
reloader.stakater.com/auto: "true"

initContainers:
gluetun:
image:
repository: ghcr.io/qdm12/gluetun
tag: latest@sha256:aaaf6c7c108f7f7caae978499b4cb823a135324992ce7cea4acd405a29298141
env:
TZ: &TZ Europe/Sofia
DNS_KEEP_NAMESERVER: "on"
VPN_TYPE: wireguard
VPN_SERVICE_PROVIDER: protonvpn
VPN_PORT_FORWARDING: "on"
VPN_PORT_FORWARDING_LISTENING_PORT: 50413
WIREGUARD_ADDRESSES: 10.2.0.2/32
FIREWALL_INPUT_PORTS: 80
FIREWALL_OUTBOUND_SUBNETS: 172.16.0.0/16,172.17.0.0/16
SERVER_HOSTNAMES: node-ch-21.protonvpn.net
PUID: 568
PGID: 568
VERSION_INFORMATION: "off"
VPN_INTERFACE: tun1
WIREGUARD_PRIVATE_KEY:
valueFrom:
secretKeyRef:
name: &secret qbittorrent-secret
key: WIREGUARD_PRIVATE_KEY
WIREGUARD_PUBLIC_KEY: "XPVCz7LndzqWe7y3+WSo51hvNOX8nX5CTwVTWhzg8g8="
restartPolicy: Always
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- /gluetun-entrypoint
- healthcheck
initialDelaySeconds: 0
periodSeconds: 10
failureThreshold: 3
startup:
enabled: true
custom: true
spec:
exec:
command:
- /gluetun-entrypoint
- healthcheck
initialDelaySeconds: 20
periodSeconds: 10
failureThreshold: 3
lifecycle:
postStart:
exec:
command: ["/bin/sh", "-c", "(ip rule del table 51820; ip -6 rule del table 51820) || true"]
securityContext:
runAsNonRoot: false
runAsUser: 0
runAsGroup: 568
privileged: false
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
capabilities: { drop: ["ALL"], add: ["NET_ADMIN","CHOWN"] }
resources:
limits:
squat.ai/tun: 1
containers:
qbittorrent:
image:
Expand Down

0 comments on commit aac365f

Please sign in to comment.