fix(gluetun): Add ip rule del command to poststart

This commit is contained in:
Peter 2026-04-02 09:13:18 +02:00
parent 80ae8c56da
commit cf9b1822b1
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -36,6 +36,15 @@ spec:
- name: gluetun-tmp - name: gluetun-tmp
mountPath: /tmp/gluetun mountPath: /tmp/gluetun
restartPolicy: Always restartPolicy: Always
lifecycle:
postStart:
exec:
command:
[
"/bin/sh",
"-c",
"(ip rule del table 51820; ip -6 rule del table 51820) || true",
]
readinessProbe: readinessProbe:
exec: exec:
command: command: