When executing the helm charts with default params, it says that it has not set a proper sysctls group id set, so it is unable to make pings to validate the tunnel, and the tunnel gets dropped constantly. If anybody had issues with this, the solution is manually set the values for the security context.
- name: "podSecurityContext.sysctls[0].name"
value: "net.ipv4.ping_group_range"
- name: "podSecurityContext.sysctls[0].value"
value: "65532 65532"