From 732286fab29bce8c479c6beae0b0ccde23315098 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 6 Feb 2026 14:21:52 -0600 Subject: [PATCH] feat: remove gluetun --- clusters/cl01tl/helm/yubal/values.yaml | 132 ++++++++++++------------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/clusters/cl01tl/helm/yubal/values.yaml b/clusters/cl01tl/helm/yubal/values.yaml index cb45b6a16..eaed39289 100644 --- a/clusters/cl01tl/helm/yubal/values.yaml +++ b/clusters/cl01tl/helm/yubal/values.yaml @@ -29,72 +29,72 @@ yubal: requests: cpu: 10m memory: 128Mi - gluetun: - image: - repository: ghcr.io/qdm12/gluetun - tag: v3.41.0@sha256:6b54856716d0de56e5bb00a77029b0adea57284cf5a466f23aad5979257d3045 - pullPolicy: IfNotPresent - lifecycle: - postStart: - exec: - command: ["/bin/sh", "-c", "(ip rule del table 51820; ip -6 rule del table 51820) || true"] - env: - - name: VPN_SERVICE_PROVIDER - value: protonvpn - - name: PUID - value: "1000" - - name: PGID - value: "1000" - - name: VPN_TYPE - value: wireguard - - name: WIREGUARD_PRIVATE_KEY - valueFrom: - secretKeyRef: - name: yubal-wireguard-conf - key: private-key - - name: UPDATER_PROTONVPN_EMAIL - valueFrom: - secretKeyRef: - name: yubal-wireguard-conf - key: proton-email - - name: UPDATER_PROTONVPN_PASSWORD - valueFrom: - secretKeyRef: - name: yubal-wireguard-conf - key: proton-password - - name: FIREWALL_OUTBOUND_SUBNETS - value: 10.0.0.0/8 - - name: FIREWALL_INPUT_PORTS - value: 8000 - - name: DNS_UPSTREAM_RESOLVER_TYPE - value: dot - securityContext: - privileged: True - capabilities: - add: - - NET_ADMIN - - SYS_MODULE - probes: - liveness: - enabled: true - custom: true - spec: - exec: - command: - - /gluetun-entrypoint - - healthcheck - failureThreshold: 5 - initialDelaySeconds: 30 - periodSeconds: 30 - successThreshold: 1 - timeoutSeconds: 15 - resources: - limits: - devic.es/tun: "1" - requests: - devic.es/tun: "1" - cpu: 10m - memory: 128Mi + # gluetun: + # image: + # repository: ghcr.io/qdm12/gluetun + # tag: v3.41.0@sha256:6b54856716d0de56e5bb00a77029b0adea57284cf5a466f23aad5979257d3045 + # pullPolicy: IfNotPresent + # lifecycle: + # postStart: + # exec: + # command: ["/bin/sh", "-c", "(ip rule del table 51820; ip -6 rule del table 51820) || true"] + # env: + # - name: VPN_SERVICE_PROVIDER + # value: protonvpn + # - name: PUID + # value: "1000" + # - name: PGID + # value: "1000" + # - name: VPN_TYPE + # value: wireguard + # - name: WIREGUARD_PRIVATE_KEY + # valueFrom: + # secretKeyRef: + # name: yubal-wireguard-conf + # key: private-key + # - name: UPDATER_PROTONVPN_EMAIL + # valueFrom: + # secretKeyRef: + # name: yubal-wireguard-conf + # key: proton-email + # - name: UPDATER_PROTONVPN_PASSWORD + # valueFrom: + # secretKeyRef: + # name: yubal-wireguard-conf + # key: proton-password + # - name: FIREWALL_OUTBOUND_SUBNETS + # value: 10.0.0.0/8 + # - name: FIREWALL_INPUT_PORTS + # value: 8000 + # - name: DNS_UPSTREAM_RESOLVER_TYPE + # value: dot + # securityContext: + # privileged: True + # capabilities: + # add: + # - NET_ADMIN + # - SYS_MODULE + # probes: + # liveness: + # enabled: true + # custom: true + # spec: + # exec: + # command: + # - /gluetun-entrypoint + # - healthcheck + # failureThreshold: 5 + # initialDelaySeconds: 30 + # periodSeconds: 30 + # successThreshold: 1 + # timeoutSeconds: 15 + # resources: + # limits: + # devic.es/tun: "1" + # requests: + # devic.es/tun: "1" + # cpu: 10m + # memory: 128Mi service: main: controller: main